summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 23:04:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-18 23:04:09 +0000
commit2bac94892099e9d7570bc3cf3c91a8e66ee4e1af (patch)
tree08fb81acb6f255467a6c7a5b118dd52826aeeba1 /cpukit/ChangeLog
parent2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2bac94892099e9d7570bc3cf3c91a8e66ee4e1af.tar.bz2
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 12 Coverity Id 13 Coverity Id 14 Coverity Id 15 * libmisc/stackchk/check.c: Rewrote loop to avoid possible buffer overruns when the pattern area size is not a multiple of 16. There were no current ports impacted by this but better to be safe.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d74f856d69..ad6259c1d1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,18 @@
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
- * libfs/src/imfs/imfs_symlink.c: Add comment on Coverity CID22. This is
- not a resource leak.
+ Coverity Id 12
+ Coverity Id 13
+ Coverity Id 14
+ Coverity Id 15
+ * libmisc/stackchk/check.c: Rewrote loop to avoid possible buffer
+ overruns when the pattern area size is not a multiple of 16. There
+ were no current ports impacted by this but better to be safe.
+
+2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ Coverity Id 22
+ * libfs/src/imfs/imfs_symlink.c: Add comment to explain why this
+ is not a resource leak.
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>