]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update.
authorJulian Seward <jseward@acm.org>
Fri, 24 Aug 2012 16:53:02 +0000 (16:53 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 24 Aug 2012 16:53:02 +0000 (16:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12895

NEWS
docs/internals/3_8_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index a23ebbe974a25c280f416af21a89614c75008038..d8592e966b6db1501bf35970d18b3fe524235486 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,12 @@ n-i-bz  [381] gdbserver_tests/simulate_control_c script wrong USR1 sig# on mips
 n-i-bz  [381] vgdb ptrace calls wrong on mips, causing blocked syscalls to fail 
 n-i-bz  [381] Fixes for more MPI false positives
 
+305513  [381] killed by fatal signal: SIGSEGV
+304980  [381] Assertion 'lo <= hi' failed in vgModuleLocal_find_rx_mapping
+298281  [381] wcslen causes false(?) uninitialised value warnings
+n-i-bz  [381] exp-sgcheck's memcpy causes programs to segfault
+
+
 
 Release 3.8.0 (10 August 2012)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 138e0c3303982cc2b555e1e4b9734f6ae5901cfa..ce0a0e209712229d4b3055d57937626f9b85eb5c 100644 (file)
@@ -33,6 +33,11 @@ branch.
 2479  (305199)  also testcase 12888 ?
 2480  (304867)
 
+12891 (304980) (provided it doesn't break anything else)
+12892 (305513)
+12893 (298281)
+12894 (n-i-bz, exp-sgcheck memcpy)
+
 
 -------- Bugs brought forward from 3_7_BUGSTATUS.txt --------
 
@@ -41,10 +46,6 @@ branch.
   **is fixed in 3.8.0, but was not marked as such
   ** no it's not; v38BRANCH shows error, vTRUNK doesn't -- investigate
 
-298281  wcslen causes false(?) uninitialised value warnings
-  **possible 3.8.0.  glibc-2.16 maybe?
-  I have a patch
-
 303536  ioctl for SIOCETHTOOL (ethtool(8)) isn't wrapped (w/ patch)
   we should fix this
 
@@ -82,15 +83,11 @@ branch.
 304832  ppc32: build failure
   probably invalid
 
-304980  Assertion 'lo <= hi' failed in vgModuleLocal_find_rx_mapping (debuginfo.c)
-  ****3.8.0 regression; w/ patch but needs testing
-  **3.8.1
-
 305170  linux: add FIOCLEX and FIONCLEX ioctls
   w/ patch, looks pretty harmless
 
 305431  Use find_buildid shdr fallback for separate .debug files
 
-305513  killed by fatal signal: SIGSEGV
+n-i-bz  exp-sgcheck asserts on gcc-4.6.2 generated Dwarf3
 
 -- Thu 23 Aug 2012 1pm