mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:35:19 +00:00
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> |
||
---|---|---|
.. | ||
application_development | ||
arch | ||
benchmarks | ||
bluetooth | ||
boards | ||
crypto | ||
drivers | ||
kernel | ||
lib | ||
misc/test_build | ||
net | ||
portability | ||
posix | ||
shell | ||
subsys | ||
unit | ||
ztest |