]> git.ipfire.org Git - thirdparty/valgrind.git/commit
When trying to establish whether or not debuginfo should be read from
authorJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:22:19 +0000 (15:22 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:22:19 +0000 (15:22 +0000)
commitcf588ba40dc1d5c5449f4c3203c7ad1b7b15bc1f
treec93c31b71b3bc7d3fff4a8959bc0583325956e3f
parent513611364ece2ae23a053ebdff651ca85a8804d9
When trying to establish whether or not debuginfo should be read from
a file, first the mapping permissions _before_ peering at the file's
header, rather than afterwards.  This changes the logic to behave more
like it does in 3.3.x.  Fixes #164669, although really it is all still
rather fragile.  The bug report,
http://bugs.kde.org/show_bug.cgi?id=164669, contains a detailed
explanation.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8747
coregrind/m_debuginfo/debuginfo.c