zephyr/tests/lib/fdtable
Jukka Rissanen 283861cbfd tests: lib: fdtable: Fix invalid memory access
The vtable cannot point to address 1 as that is clearly not a
valid address and will fail when the code tries to access it
in various fdtable.c functions. Point the vtable in tests either
to NULL or to a valid vtable.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2021-04-15 07:16:51 -05:00
..
src tests: lib: fdtable: Fix invalid memory access 2021-04-15 07:16:51 -05:00
CMakeLists.txt
prj.conf
testcase.yaml tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00