summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 219a8ff6ed..494448f519 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * posix/src/mqueuecreatesupp.c, posix/src/mqueuenametoid.c,
+ posix/src/mqueueopen.c, posix/src/semaphorecreatesupp.c: Tinker with
+ error handling for name too long. Use strnlen to ensure we do not run
+ off the end of the maximum length string.
+
2009-08-06 Christian Mauderer <christian.mauderer@embedded-brains.de>
* rtems/include/rtems/rtems/types.h: Improve documentation.