zephyr/tests/lib/c_lib/src
Ying ming 4f8318f104 tests: libc: Update libc testcases to solve coverity issues
The coverity report "Out-of-bounds access". The reason is
The room of src and dest buffer is less than the count wanted
to be copyied. So enlarged the src and dest buffer to solve this
issue.

Fixes:#35345
Fixes:#35346

Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-05-19 07:46:38 -05:00
..
main.c tests: libc: Update libc testcases to solve coverity issues 2021-05-19 07:46:38 -05:00