zephyr/tests
Jan Van Winkel 7c07093f66 kernel: tests: Increased TX/RX buf size in pipe test
Increased TX/RX buffer size by one in pipe test to prevent buffer
overrun.

Some test will transfer one byte more then the number of bytes
supported by the pipe, in case the buffer size is the same as the
size of the pipe this will result in a buffer overrun.
Tools such as address sanitizer would detect this overrun and fail the
test.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-10-01 17:56:02 -04:00
..
application_development
arch kernel: rename __swap 2019-09-30 15:25:55 -04:00
benchmarks kernel: rename boot time globals 2019-09-30 15:25:55 -04:00
bluetooth tests: bluetooth: shell: Revert back to default logging settings 2019-10-01 19:11:16 +02:00
boards tests: rtc: rename test.yaml to testcase.yaml 2019-09-30 17:20:22 -04:00
crypto tests: tinycrypt: build only on native_posix 2019-10-01 10:42:19 -07:00
drivers adc: Trivial style cleanup 2019-09-30 12:20:39 -05:00
kernel kernel: tests: Increased TX/RX buf size in pipe test 2019-10-01 17:56:02 -04:00
lib
misc/test_build tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
net
portability
posix
shell
subsys
unit tests: convert util test to a unit test 2019-09-30 07:09:42 -04:00
ztest