Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-01-23 18:24:34 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-23 18:24:34 +0400
commita69e27906f250cfd96dfd431fd79b3749133128d (patch)
treeb8588a244552722e17c94e245dae050fd5e7a0b0 /winsup/cygwin/ChangeLog
parent0e8c8b009361a87243874b8e576b9326d8ec9ab2 (diff)
* miscfuncs.cc (__import_address): Check if malloc field points directly at
'malloc'.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ef1fbab1f..873b94346 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2013-01-23 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * miscfuncs.cc (__import_address): Check if malloc field points
+ directly at 'malloc'.
+
+2013-01-23 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* miscfuncs.cc (__import_address): On second thought, the chance that
this pointer could be NULL is very low so don't bother checking for it.