1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Gunar Schorcht 32c78e3317 gnrc/lorawan: fix netopt_state_t size in link_layer
`netopt_state_t` is an enumeration type which is not necessarily 1 byte. If `uint8_t` is used, the cast `*((const netopt_state_t*) val` in `sx127x_netdev::_set`tries to read the real size, which can be more than the given length of 1 byte. Therefore, `netstat_opt_t` has to be used instead of `uint8_t`
2020-03-08 17:10:24 +01:00
..
application_layer nanocoap: add coap_opt_add_uquery2() 2020-03-05 19:06:14 +01:00
ble
credman
crosslayer
gnrc gnrc/lorawan: fix netopt_state_t size in link_layer 2020-03-08 17:10:24 +01:00
link_layer
netdev_test
netif
network_layer
routing net: Remove NHDP module 2020-02-18 13:20:05 +01:00
sock Merge pull request #13427 from miri64/lwip/enh/sock_async 2020-03-06 14:37:54 +01:00
transport_layer
doc.txt
Kconfig