summaryrefslogtreecommitdiff
path: root/scripts/rpm.supp
Commit message (Collapse)AuthorAgeFilesLines
* Fix (well, loosen up) the valgrind suppression rulesPanu Matilainen2012-07-301-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.
* Add valgrind suppression filePanu Matilainen2012-06-191-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)