diff options
author | Sverker Eriksson <[email protected]> | 2012-05-25 15:20:59 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-05-25 15:20:59 +0200 |
commit | 987a5e8f1180da637dcf697222941f1c14ea2c93 (patch) | |
tree | 142104f19b10ff100cf3df562d183e62b1d3b434 /erts | |
parent | 9bbda97f63ba4ee7cd58c266ee69af1059352189 (diff) | |
download | otp-987a5e8f1180da637dcf697222941f1c14ea2c93.tar.gz otp-987a5e8f1180da637dcf697222941f1c14ea2c93.tar.bz2 otp-987a5e8f1180da637dcf697222941f1c14ea2c93.zip |
Correct valgrind suppression for putenv
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/valgrind/suppress.patched.3.6.0 | 18 | ||||
-rw-r--r-- | erts/emulator/valgrind/suppress.standard | 18 |
2 files changed, 16 insertions, 20 deletions
diff --git a/erts/emulator/valgrind/suppress.patched.3.6.0 b/erts/emulator/valgrind/suppress.patched.3.6.0 index 8cf4cba2c8..61d23529ba 100644 --- a/erts/emulator/valgrind/suppress.patched.3.6.0 +++ b/erts/emulator/valgrind/suppress.patched.3.6.0 @@ -57,18 +57,16 @@ fun:putenv fun:erts_sys_putenv fun:os_putenv_2 - fun:process_main + ... } { -Leak in libc putenv -Memcheck:Leak -fun:malloc -fun:erts_sys_alloc -... -fun:erts_alloc -fun:erts_sys_putenv -fun:os_putenv_2 -fun:process_main + Leak in libc putenv + Memcheck:Leak + ... + fun:erts_alloc + fun:erts_sys_putenv + fun:os_putenv_2 + ... } { erronous warning diff --git a/erts/emulator/valgrind/suppress.standard b/erts/emulator/valgrind/suppress.standard index 26e34e3757..ca7b804cb9 100644 --- a/erts/emulator/valgrind/suppress.standard +++ b/erts/emulator/valgrind/suppress.standard @@ -54,18 +54,16 @@ fun:putenv fun:erts_sys_putenv fun:os_putenv_2 - fun:process_main + ... } { -Leak in libc putenv -Memcheck:Leak -fun:malloc -fun:erts_sys_alloc -... -fun:erts_alloc -fun:erts_sys_putenv -fun:os_putenv_2 -fun:process_main + Leak in libc putenv + Memcheck:Leak + ... + fun:erts_alloc + fun:erts_sys_putenv + fun:os_putenv_2 + ... } { erronous warning |