Skip to content
Snippets Groups Projects
Commit 542e045b authored by Yonezawa-T2's avatar Yonezawa-T2
Browse files

gnrc_ipv6_netif: fixed crash when ENABLE_DEBUG is 1.

When ENABLE_DEBUG is 1, `out` is dereferenced unconditionally, but
`_parse_options` in `gnrc_rpl_control_messages.c` calls it with NULL.

Clarified `out` must not NULL and fixed `_parse_options`.
parent 5cb904b5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment