Provide a back trace when a function argument of a known allocation
function is presumably negative. Fixes BZ 79311.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14157 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index f898bcf..b8f48ce 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,9 @@
 
 * The C++ demangler has been updated for better C++11 support.
 
+* Error messages about fishy arguments (formerly known as silly arguments)
+  now include a back-trace to aid debugging.
+
 * ==================== FIXED BUGS ====================
 
 The following bugs have been fixed or resolved.  Note that "n-i-bz"
@@ -1053,6 +1056,7 @@
 https://bugs.kde.org/show_bug.cgi?id=XXXXXX
 where XXXXXX is the bug number as listed below.
 
+ 79311  malloc silly arg warning does not give stack trace
 210935  port valgrind.h (not valgrind) to win32 to support client requests
 214223  valgrind SIGSEGV on startup gcc 4.4.1 ppc32 (G4) Ubuntu 9.10
 243404  Port to zSeries