summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 19:26:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 19:26:56 +0000
commit53afba1268c9ec94f35d9692a49204ab7ff3e367 (patch)
tree5a68306b034d2216778da5930a0874be367a71a8 /cpukit/ChangeLog
parent2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-53afba1268c9ec94f35d9692a49204ab7ff3e367.tar.bz2
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.
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.