summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 21:17:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 21:17:03 +0000
commit39aa5cfae0fc2b8ed2d3dab822efb84c9d6a1671 (patch)
tree8aaa7fd0c57b605b220cec6769a340479cbdc796 /cpukit/ChangeLog
parent2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-39aa5cfae0fc2b8ed2d3dab822efb84c9d6a1671.tar.bz2
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 125 Coverity Id 126 * libi2c/libi2c.c: Use strncpy and snprintf.
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 2f190159b1..6a56a8e09a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+ Coverity Id 125
+ Coverity Id 126
+ * libi2c/libi2c.c: Use strncpy and snprintf.
+
+2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/src/coremsginsert.c: Fix typo.
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>