summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-30 19:46:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-30 19:46:38 +0000
commita841314365099df23b3cd1ea7e6c01f8174dda17 (patch)
treec4c17871a212bcc0a071d1ee4fd31c21b44437c5 /testsuites/sptests/ChangeLog
parent2004-03-30 David Querbach <querbach@realtime.bc.ca> (diff)
downloadrtems-a841314365099df23b3cd1ea7e6c01f8174dda17.tar.bz2
2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 595/tests * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h, sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the supplied buffer due to confusion in the definition of MESSAGE_SIZE. Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes, others treat it as a count of longs.
Diffstat (limited to 'testsuites/sptests/ChangeLog')
-rw-r--r--testsuites/sptests/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 265031cf5d..cac5728838 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,14 @@
2004-03-30 David Querbach <querbach@realtime.bc.ca>
+ PR 595/tests
+ * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
+ sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
+ supplied buffer due to confusion in the definition of MESSAGE_SIZE.
+ Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
+ others treat it as a count of longs.
+
+2004-03-30 David Querbach <querbach@realtime.bc.ca>
+
PR 596/tests
* sp32/init.c: A missing definition of TEST_INIT before including
<tmacros.h> means that buffered output will not work even if selected