summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:55:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-17 22:55:05 +0000
commit336227dbc3c22b9f16bbf8bb9e8764a57517d750 (patch)
treee51ddf1465595e038e93d09baa829efca5cee7c3 /cpukit/ChangeLog
parent2006-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-336227dbc3c22b9f16bbf8bb9e8764a57517d750.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 3192859ee2..0d80208c13 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.