Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-23 | crypto: Add valgrind suppression for AES_cbc_encrypt | Sverker Eriksson | |
Invalid write of size 8 (Address 0x84a63c0 is not stack'd, malloc'd or (recently) free'd) Suspected: AES_cbc_encrypt:??? (-> 0xD7489CF) [/lib/libcrypto.so.0.9.8] | |||
2012-10-17 | erts: Expand valgrind suppression for zlib | Sverker Eriksson | |
to work even when compiler does aggressive function inlining | |||
2012-05-25 | Merge branch 'sverk/valgrind-async-thr-suppression' into maint | Sverker Eriksson | |
* sverk/valgrind-async-thr-suppression: erts: Add valgrind suppression for async thread bound data | |||
2012-05-25 | Correct valgrind suppression for putenv | Sverker Eriksson | |
2012-04-24 | erts: Add valgrind suppression for async thread bound data | Sverker Eriksson | |
This leak is harmless as the beam process is about to exit anyway. | |||
2011-11-30 | erts: Add valgrind suppressions | Sverker Eriksson | |
2011-11-09 | erts: valgrind suppressions for prebuilt terms in os_info_init | Sverker Eriksson | |
Fix for 5dcee558b61f0f5dd70e18a530a2bb97c479aab5 | |||
2011-10-07 | erts: Add valgrind suppression files | Sverker Eriksson | |