diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-10-05 16:06:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-05 16:21:56 -0700 |
| commit | 00a81a22a86391659ab7935f7afa958f1966b7e5 (patch) | |
| tree | dc7b84d2834664912371fb45e162ca526c252437 /src | |
| parent | 8215ffc8221b0614694c22c89014af2c4460292a (diff) | |
| download | rust-00a81a22a86391659ab7935f7afa958f1966b7e5.tar.gz rust-00a81a22a86391659ab7935f7afa958f1966b7e5.zip | |
Add more valgrind suppressions for __libc_freeres
Somehow these started showing up on the tinderbox
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/x86.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/etc/x86.supp b/src/etc/x86.supp index ea2d7e83990..733bdb8c50f 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -7,6 +7,15 @@ } { + our-failure-to-setup-freeres-structure2 + Memcheck:Free + fun:free + fun:free_mem + fun:__libc_freeres + fun:_vgnU_freeres +} + +{ leaked-TLS-chunk-x86-exit-path-fails-to-clean-up Memcheck:Leak fun:calloc |
