summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 14:31:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 14:31:04 +0000
commit129b4a38bddff949178c0fa59a50aa0c6cbfac68 (patch)
tree8a0b1a10899becfa2c570839de64f9caacaa618c /cpukit/ChangeLog
parent2010-01-20 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-129b4a38bddff949178c0fa59a50aa0c6cbfac68.tar.bz2
2010-01-20 Chris Johns <chrisj@rtems.org>
Coverity Id 6 * libmisc/shell/hexdump-parse.c: Modify conditional to avoid NULL dereference.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ae2c38edb5..9b205e5556 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-01-20 Chris Johns <chrisj@rtems.org>
+ Coverity Id 6
+ * libmisc/shell/hexdump-parse.c: Modify conditional to avoid NULL
+ dereference.
+
+2010-01-20 Chris Johns <chrisj@rtems.org>
+
Coverity Id 9
* libmisc/shell/main_ls.c: Modify conditional to avoid NULL
dereference.