]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Initialise the isIFunc flag when adding a hardwired redirection. Fixes #212547.
authorTom Hughes <tom@compton.nu>
Sun, 1 Nov 2009 16:37:33 +0000 (16:37 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Nov 2009 16:37:33 +0000 (16:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10923

coregrind/m_redir.c

index d4cab7efbb3d39ff32a5bd48896b7b7f56b2e8bd..9eddc57b645c047e11147ae2f9b941789f143191 100644 (file)
@@ -830,6 +830,7 @@ static void add_hardwired_active ( Addr from, Addr to )
    act.parent_spec = NULL;
    act.parent_sym  = NULL;
    act.isWrap      = False;
+   act.isIFunc     = False;
    maybe_add_active( act );
 }