summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:11:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 21:11:19 +0000
commit85f3b4c1e488fe67fd47e60c4bc31abfe21e85c6 (patch)
tree2eefe4111e8dda099e517ad8756e3b86f3e7c3bd /cpukit/ChangeLog
parent2007-11-26 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-85f3b4c1e488fe67fd47e60c4bc31abfe21e85c6.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/malloc.c: Do not assert on free of bad pointer.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 793f4d6a64..08fc49f599 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/malloc.c: Do not assert on free of bad pointer.
+
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h: Fix spelling error.