summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 15:01:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 15:01:31 +0000
commitcbe57ec919310139084f57641f136c01ea15307d (patch)
tree7c315bb3230685a012f7b411eb266e3a103ca2a0 /cpukit/ChangeLog
parent2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-cbe57ec919310139084f57641f136c01ea15307d.tar.bz2
2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/chdir.c: Check for NULL 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 0dab695663..d57519cb9d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/src/chdir.c: Check for NULL pointer.
+
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Fix warning.