summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 20:43:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 20:43:30 +0000
commitac893a9731a3e0260b4508fda694516778dd1e33 (patch)
treea1f0e7548b1f073be243607a221df814af16c402 /cpukit/ChangeLog
parentRevert. (diff)
downloadrtems-ac893a9731a3e0260b4508fda694516778dd1e33.tar.bz2
2009-08-06 Chris Johns <chrisj@rtems.org>
* score/src/objectextendinformation.c: Ensure that nothing is moved or copied until all memory is successfully allocated.
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 494448f519..faaadeccd5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-06 Chris Johns <chrisj@rtems.org>
+
+ * score/src/objectextendinformation.c: Ensure that nothing is moved or
+ copied until all memory is successfully allocated.
+
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/mqueuecreatesupp.c, posix/src/mqueuenametoid.c,