3.17.0-8 - Update drd for native ld.so library name
This commit is contained in:
parent
5a53fca2ab
commit
d0ee12fb3c
@ -150,7 +150,7 @@ index cee5f22fb..2c880051a 100644
|
|||||||
drd-ld
|
drd-ld
|
||||||
drd:ConflictingAccess
|
drd:ConflictingAccess
|
||||||
- obj:*/lib*/ld-*.so
|
- obj:*/lib*/ld-*.so
|
||||||
+ obj:*/lib*/ld-*.so*
|
+ obj:*/lib*/ld*.so*
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.17.0
|
Version: 3.17.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -532,6 +532,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 17 2021 Mark Wielaard <mjw@fedoraproject.org> - 3.17.0-7
|
||||||
- Add gdbserver_tests-update-filters-for-newer-glibc-gdb.patch
|
- Add gdbserver_tests-update-filters-for-newer-glibc-gdb.patch
|
||||||
- Add helgrind-and-drd-suppression-libc-and-libpthread.patch
|
- Add helgrind-and-drd-suppression-libc-and-libpthread.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user