mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix bug introduced by frame-level wildcarding changes for suppressions
in r8725. (Konstantin Serebryany) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8813
This commit is contained in:
parent
e352772610
commit
febfd1dcd8
@ -1237,7 +1237,7 @@ Bool supp_matches_callers_WRK ( StackTrace trace, Int n_ips,
|
||||
|
||||
if (!VG_(get_fnname_Z_demangle_only)(trace[j], tmp, ERRTXT_LEN))
|
||||
VG_(strcpy)(tmp, "???");
|
||||
if (VG_(string_match)(tmp, lookahead)) {
|
||||
if (VG_(string_match)(lookahead, tmp)) {
|
||||
// found a possible continuation, try from there
|
||||
return supp_matches_callers_WRK(
|
||||
&trace[j], n_ips - j,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user