summaryrefslogtreecommitdiff
path: root/valgrind.supp
Commit message (Collapse)AuthorAge
* valgrind.supp: remove library version from suppressionAllan McRae2015-02-12
| | | | | | | glibc installs the library /usr/lib/ld-?.??.so with its version. Wildcard this so the suppresses the warning for all glibc versions. Signed-off-by: Allan McRae <allan@archlinux.org>
* add pacman-db-upgrade testAndrew Gregory2014-10-13
| | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
* valgrind.supp: add fakeroot/fakechroot errorsAndrew Gregory2014-01-28
| | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
* valgrind.supp: suppress leak in gpgme_get_keyAndrew Gregory2014-01-06
| | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
* Add more valgrind suppressionsDan McGee2011-09-28
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Fix small memory leak in sig check codeDan McGee2011-08-25
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* valgrind.supp: add known leaks from GPGMEDan McGee2011-06-24
| | | | | | | Thank you too, GPGME, for these. Why don't you provide a way to clean up your static variable mess? Signed-off-by: Dan McGee <dan@archlinux.org>
* valgrind.supp: add known leak exposed by cURLDan McGee2011-06-14
| | | | | | This one comes courtesy of OpenSSL and some static initialization. Signed-off-by: Dan McGee <dan@archlinux.org>
* Update valgrind suppressions fileDan McGee2011-01-21
| | | | | | | We haven't tweaked this in a while, but some of the old stuff seems to no longer be necessary and there are a few new things we should add. Signed-off-by: Dan McGee <dan@archlinux.org>
* extends valgrind.supp and adds quick instructions.Chantry Xavier2008-01-11
| | | | Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
* Update valgrind.supp to ignore ld 2.X dl_relocateDan McGee2007-11-13
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignoredAaron Griffin2006-11-24
depends * Added valgrind suppression file