summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-26 21:41:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-26 21:41:41 +0000
commit6b9886bbac6e702506de11284afbec33e22ea983 (patch)
tree99980710db4e875e09a71e59f6fb21c00a7403cf /cpukit/ChangeLog
parent2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6b9886bbac6e702506de11284afbec33e22ea983.tar.bz2
2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/monitor/mon-symbols.c: Fix length of buffer passed to strncpy() so there is room for a NULL terminator.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 94afe0c199..43e0c9c5c7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/monitor/mon-symbols.c: Fix length of buffer passed to
+ strncpy() so there is room for a NULL terminator.
+
+2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/eval.c: Make some filesystem implementation
correctness checks conditional on RTEMS_DEBUG.