Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-30 | Fix (well, loosen up) the valgrind suppression rules | Panu Matilainen | 1 | -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-19 | Add valgrind suppression file | Panu Matilainen | 1 | -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) |