zephyr/boards/posix
Alberto Escolar Piedras 469accfbe2 native_posix: Check pointer before de-referencing it
To avoid a Coverity warning (203449):
https://github.com/zephyrproject-rtos/zephyr/issues/18354

Initialize a pointer to NULL, and check it later before
de-referencing it.
Coverity could not see that posix_print_error_and_exit()
never returns even that it ends with exit()

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-08-18 18:05:54 +02:00
..
native_posix native_posix: Check pointer before de-referencing it 2019-08-18 18:05:54 +02:00
nrf52_bsim nrf52_bsim: Add missing header guard and extern C block 2019-08-12 15:10:15 +02:00
index.rst new simulated board: nrf52_bsim 2018-10-15 09:36:37 -04:00