zephyr/tests
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
..
application_development tests: Add base test for C++ exceptions handling. 2021-04-15 12:26:11 +02:00
arch k_current_get(): make it a "const" function 2021-04-14 20:32:05 -04:00
benchmarks tests: benchmarks/footprints: update to new kwork API 2021-04-08 02:48:16 -04:00
bluetooth Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
boards tests/tree-wide: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00
crypto tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
drivers arm: nxp: kinetis: Remove explicity setting of pincfg to GPIO 2021-04-15 12:25:05 +02:00
kernel tests: mutex: fixed a testcase assert failure 2021-04-12 11:55:04 -04:00
lib tests: lib: fdtable: Fix invalid memory access 2021-04-15 07:16:51 -05:00
misc/test_build
net net: Conversion of k_work API 2021-04-14 07:07:40 -04:00
portability tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 2021-03-08 19:25:25 -05:00
posix tests: posix: Fix unchecked return coverity error 2021-04-01 04:52:10 -04:00
subsys tests: log_core be explicit about configuration 2021-04-13 15:13:19 -04:00
unit tests: unit: cbprintf: Update test after adding alignment parameter 2021-03-29 14:08:41 +02:00
ztest tests: error_hook: fix test case for non-secure cortex-m platforms 2021-04-06 15:33:23 +02:00