zephyr/tests/lib
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
..
c_lib Tests: libc: Improve code coverage 2021-03-25 14:06:36 +01:00
cbprintf_fp tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER 2021-03-08 19:25:25 -05:00
cbprintf_package tests: lib: cbprintf: Update test after adding alignment parameter 2021-03-29 14:08:41 +02:00
cmsis_dsp tests: disable long time case from NXP FRDM_KW41Z 2021-04-01 10:57:19 -05:00
devicetree devicetree: add DT_COMPAT_GET_ANY_STATUS_OKAY() 2021-03-29 16:33:51 +02:00
fdtable tests: lib: fdtable: Fix invalid memory access 2021-04-15 07:16:51 -05:00
gui/lvgl tests: lib: gui: lvgl: Add fs_file_t type variable initializations 2021-01-29 08:04:51 -05:00
heap libc/minimal: fix realloc() allocated memory alignment 2021-02-02 19:08:24 -05:00
heap_align lib/os/heap: minimize initial overallocation in the aligned case 2020-11-30 14:50:07 -05:00
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc tests: lib: fix coverity issues of resource leaks for mem_alloc testcase 2021-03-31 08:04:08 -04:00
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
p4workq tests/p4wq: Fix impossible sleep interval 2021-03-08 11:14:27 -05:00
ringbuffer tests: lib: ringbuffer: test discard functionality 2021-04-09 13:19:30 +02:00
sprintf Tests: libc: Improve code coverage 2021-03-25 14:06:36 +01:00
time tests: lib: time: add test for time() function 2021-03-19 09:56:53 -04:00