Commit 2ab49244312ba7975154ffa731bb6ff47acb5a89
1 parent
31b6e66c
Update valgrid suppressions
Showing
1 changed file
with
8 additions
and
0 deletions
README.maintainer
| @@ -25,6 +25,14 @@ Release Reminders | @@ -25,6 +25,14 @@ Release Reminders | ||
| 25 | fun:inflateReset2 | 25 | fun:inflateReset2 |
| 26 | fun:inflateInit2_ | 26 | fun:inflateInit2_ |
| 27 | } | 27 | } |
| 28 | + { | ||
| 29 | + index | ||
| 30 | + Memcheck:Cond | ||
| 31 | + fun:index | ||
| 32 | + fun:expand_dynamic_string_token | ||
| 33 | + fun:_dl_map_object | ||
| 34 | + fun:map_doit | ||
| 35 | + } | ||
| 28 | 36 | ||
| 29 | You can generate these by running valgrind with --gen-suppressions=yes. | 37 | You can generate these by running valgrind with --gen-suppressions=yes. |
| 30 | 38 |