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:06:06 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-23 18:06:06 +0400
commit0e8c8b009361a87243874b8e576b9326d8ec9ab2 (patch)
tree5490ea1bea45d092a843fcdc87bda6400182da74 /winsup/cygwin/ChangeLog
parentdf37bdc5b7df09ca4d26f8dbf93f07676f097321 (diff)
* 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.
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 c7bd6575b..ef1fbab1f 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): On second thought, the chance that
+ this pointer could be NULL is very low so don't bother checking for it.
+
+2013-01-23 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* exceptions.cc (exception::handle): Make attempt to recursively dump
stack fatal.