mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 22:13:29 +08:00
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.
# # $Id$ # This directory contains the RTEMS Single Processor Test Suite. The tests in this directory provide near complete (98%+) test coverage of the non-multiprocessor code in RTEMS.