]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Announce properly fix of:
authorIvo Raisr <ivosh@ivosh.net>
Tue, 12 Jan 2016 20:32:31 +0000 (20:32 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 12 Jan 2016 20:32:31 +0000 (20:32 +0000)
357871 - pthread_spin_destroy not properly wrapped

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15757

NEWS

diff --git a/NEWS b/NEWS
index 4b5a0a3e53e06782a5486da06ce4097c71de42b9..36d1a57c1e3e3d3e37b1f9af24c6acc0a726b367 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@ where XXXXXX is the bug number as listed below.
 355454  do not intercept malloc related symbols from the runtime linker
 356044  Dwarf line info reader misinterprets is_stmt register
 357887  Fix a file handle leak. VG_(fclose) did not close the file
+357871  pthread_spin_destroy not properly wrapped
 
 n-i-bz Fix incorrect (or infinite loop) unwind on RHEL7 x86 32 bits
 n-i-bz massif --pages-as-heap=yes does not report peak caused by mmap+munmap