3.17.0-8 - Update drd for native ld.so library name

This commit is contained in:
Mark Wielaard 2021-07-17 22:50:03 +02:00
parent 5a53fca2ab
commit d0ee12fb3c
2 changed files with 5 additions and 2 deletions

View File

@ -150,7 +150,7 @@ index cee5f22fb..2c880051a 100644
drd-ld
drd:ConflictingAccess
- obj:*/lib*/ld-*.so
+ obj:*/lib*/ld-*.so*
+ obj:*/lib*/ld*.so*
}
#

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind
Version: 3.17.0
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 1
License: GPLv2+
URL: http://www.valgrind.org/
@ -532,6 +532,9 @@ fi
%endif
%changelog
* Sat Jul 17 2021 Mark Wielaard <mjw@fedoraproject.org> - 3.17.0-8
- Update drd suppression for native ld.so names.
* Sat Jul 17 2021 Mark Wielaard <mjw@fedoraproject.org> - 3.17.0-7
- Add gdbserver_tests-update-filters-for-newer-glibc-gdb.patch
- Add helgrind-and-drd-suppression-libc-and-libpthread.patch