summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-13 19:47:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-13 19:47:51 +0000
commitcb53c32c406974d4f3070299f61e3fb564898741 (patch)
treefa24996cc51c9a97d8235e77da17ef981716c312 /cpukit/ChangeLog
parent2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-cb53c32c406974d4f3070299f61e3fb564898741.tar.bz2
2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1259/rtems * rtems/src/taskcreate.c: Initialize is_global in all cases since memory is not guaranteed to be zero.
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 574f164f33..55c2159cdb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1259/rtems
+ * rtems/src/taskcreate.c: Initialize is_global in all cases since
+ memory is not guaranteed to be zero.
+
2007-09-12 Sergei Organov <osv@javad.com>
PR 1258/rtems