]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix random crash due to non-init inlparser when --read-var-info given but not --read...
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 16 Jun 2014 18:08:02 +0000 (18:08 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 16 Jun 2014 18:08:02 +0000 (18:08 +0000)
commit6ef6931a849ce071963c9965859daaf716f39116
tree1c588dcb644e8a6bf246749456e9aff710626551
parent4cad2990c874d49b40c40a2b44e6a852ae382cb8
Fix random crash due to non-init inlparser when --read-var-info given but not --read-inline-info

Wrong place for the assertion for the inlparser
+ move the "zero the parsers" out of the "if VG_(clo*)" conditions

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14044
coregrind/m_debuginfo/readdwarf3.c