summaryrefslogtreecommitdiff
path: root/scripts/rpm.supp
AgeCommit message (Collapse)AuthorFilesLines
2012-07-30Fix (well, loosen up) the valgrind suppression rulesPanu Matilainen1-4/+8
- The previous rules far too specific to glibc + gcc with certain optimization levels, eg relying on parse_auxv() getting inlined and when it does not, the suppression rules would no longer match.
2012-06-19Add valgrind suppression filePanu Matilainen1-0/+34
- valgrind is not happy about us now processing /proc/self/auxv on Linux, this can be used to suppress the false positives when running rpm under valgrind. At least until a better solution is found or valgrind is taught to treat /proc/self/auxv specially (see https://bugs.kde.org/show_bug.cgi?id=253519)