zephyr/samples
Leandro Pereira 7cfd5a4184 samples: net: hrpl_border_router: Fix NULL pointer dereference
Null-checking `pkt` before making a call to net_pkt_unref() suggests
that it might be NULL, but the pointer is dereferenced before it's
checked.  Perform the check at the beginning of the function and
dereference and drop its reference unconditionally afterwards.

Coverity-ID: 178789
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-06-08 13:07:19 -05:00
..
application_development samples: Quote BOARD value in custom board definition 2018-05-28 11:04:50 -04:00
basic samples: Allow use of "CONTROLLER" postfix for LED and GPIO 2018-04-19 09:32:39 -05:00
bluetooth samples: hci_uart: Remove CONFIG_UART_NRF5_BAUD_RATE assignment 2018-05-29 21:27:40 +03:00
boards samples: board: 96b_argonkey: Remove dead code 2018-05-23 17:57:06 -04:00
can drivers: can: Move bit timing and clock to device tree 2018-06-01 12:59:42 -05:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
display driver: sample: ILI9340 sample application 2018-05-18 20:21:45 +03:00
drivers samples: crypto: adapt harness 2018-06-05 10:26:59 -04:00
grove samples: grove: Fix CONFIG_GROVE_TEMPERATURE_SENSOR_V1_X assignment 2018-05-24 08:06:35 -04:00
hello_world samples: remove stray config 2018-05-02 00:23:31 -04:00
mpu tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00
net samples: net: hrpl_border_router: Fix NULL pointer dereference 2018-06-08 13:07:19 -05:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers tests: Few test require CONFIG_STDOUT_CONSOLE=n 2018-02-05 07:05:12 -08:00
sensor samples: sensor : mcp9808: check return value 2018-06-01 14:41:42 -05:00
subsys kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
synchronization sample: synchronization: support console harness 2018-01-25 04:45:35 +05:30
testing/integration tests: integration: do not run test on hw 2018-05-07 12:27:07 -04:00
xtensa_asm2 samples: xtensa_asm2: Cleanup stray IS_TEST reference 2018-05-22 12:36:58 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: can: Add example code for CAN driver 2018-05-19 20:19:30 +02:00