Add valgrind suppression file
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Jun 2012 07:30:08 +0000 (10:30 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Jun 2012 07:35:31 +0000 (10:35 +0300)
commitda01eb98c131020cb3de5c208d2e76a06ae67049
tree20d055d32bf63dd0f22acdb0cd54ceaec6572a2a
parentac8a0175beb365a0b421ae7f1cf6852fba9827c6
Add valgrind suppression file

- 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)
scripts/Makefile.am
scripts/rpm.supp [new file with mode: 0644]