zephyr/tests/net/socket/udp
Jukka Rissanen 7da78796de tests: net: udp: We need to reserve enough space for the data
We are trying to pass 64-bit value to the driver, but we only
allocate space for an integer. This will not work and will cause
invalid memory access.

Fixes #18205

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-08-14 09:15:34 +03:00
..
src tests: net: udp: We need to reserve enough space for the data 2019-08-14 09:15:34 +03:00
CMakeLists.txt
prj.conf tests: net: txtime: Add tests for SO_TXTIME and SCM_TXTIME 2019-07-24 10:17:16 +03:00
testcase.yaml tests: net: txtime: Add tests for SO_TXTIME and SCM_TXTIME 2019-07-24 10:17:16 +03:00