summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-07 17:27:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-07 17:27:46 +0000
commit2eb5941982256069871fb427ab1ab75c5a7b038d (patch)
tree581d4bfe95039bbe318edd6a1c90282c6491f479 /cpukit/ChangeLog
parentRegenerate. (diff)
downloadrtems-2eb5941982256069871fb427ab1ab75c5a7b038d.tar.bz2
2009-12-07 Cindy Cicalese <cicalese@mitre.org>
PR 1477/cpukit * score/src/objectsetname.c: Ensure destination is NULL terminated. String copy was not getting the NULL.
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 40ce2e2aed..9e60d4c22f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-07 Cindy Cicalese <cicalese@mitre.org>
+
+ PR 1477/cpukit
+ * score/src/objectsetname.c: Ensure destination is NULL terminated.
+ String copy was not getting the NULL.
+
2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/uio.h: Include <sys/types.h>.