summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:54:33 +0000
commite992fa47b86babdd7773c6404e0df0060b948119 (patch)
treed9bb37ef994f3066d2b9a55e5d6c1c43773af666 /cpukit/ChangeLog
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e992fa47b86babdd7773c6404e0df0060b948119.tar.bz2
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/sync.c: Do not dereference NULL reent.
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 c46dbd7bec..9ae33653eb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2006-11-17 Joel Sherrill <joel@OARcorp.com>
+ * libcsupport/src/sync.c: Do not dereference NULL reent.
+
+2006-11-17 Joel Sherrill <joel@OARcorp.com>
+
* posix/src/semtimedwait.c: Used wrong constant for blocking with bad
timeout value.