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:
authorJeff Johnston <jjohnstn@redhat.com>2003-02-19 01:34:02 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-02-19 01:34:02 +0300
commitb1ca765e841a6347450cea6738e5b40a692a2aba (patch)
tree43d19500f3eb4c7864748709ade40a2e2ac4b157 /newlib/ChangeLog
parent872173c8be8f8f1bd134bc573bb86a51e9097fa6 (diff)
2003-02-18 Earnie Boyd <earnie@users.sf.net>
* libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer with a NULL value.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0a6191f2a..0d2a38c1c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-18 Earnie Boyd <earnie@users.sf.net>
+
+ * libc/stdlib/mallocr.c (unlink): Don't assign a value to a pointer
+ with a NULL value.
+
2003-02-10 Christopher Faylor <cgf@redhat.com>
* libc/include/sys/types.h: Don't define __MS_types__ for Cygwin.