353d9741cbc107b0a74aab48ad0c13928e88a8ff |
|
11-Apr-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
Improve valgrind suppressions. |
228765c4599e272bf8d4ef1e040b8e6830a6b1c1 |
|
28-Nov-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
Add suppression for openssl leak |
7a6a11d7f59643ad090409617a493cbe68141dae |
|
20-Jun-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
Updated run-test-valgrind.supp |
bb54eb984027531fe9fad685fbc6c7db04676695 |
|
20-Jun-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
Added valgrind suppression for OpenSSL <v1.0.2
This one works at least for CentOS 6. Because the OpenSSL library is
loaded as a plugin and unloaded before exit, valgrind sees only "???"
as the addresses. That's why we're using "obj:*". But the number of
obj:* lines is also important, so this may not work everywhere. |
d9be91cb4f5a9bd1a001de20c1a17a9b58eefe9a |
|
10-May-2016 |
Stephan Bosch <stephan@rename-it.nl> |
Added liblzma bug to Valgrind suppressions file.
It caused `make test` to fail with valgrind.
Occurred at least for Debian Jessie with liblzma package version 5.1.1alpha+20120614-2+b3. |
40569d0f6eeab33e111175a86cf3fe6a489d4df0 |
|
16-Nov-2015 |
Timo Sirainen <tss@iki.fi> |
Added Valgrind suppressions file for ignoring any bash memory leaks.
Some of the unit tests are run via shell. |