mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
716cd8f48b
According to ieee802154_radio_confirm_transmit docs, the parameter of confirm_op for IEEE802154_HAL_OP_TRANSMIT is to be populated as an out parameter -- but this implementation unconditionally left info unpopulated. Thus, when run with LLVM, _fsm_state_tx_process_tx_done looked into an uninitialized info and thus crashed into failing assertions. Closes: https://github.com/RIOT-OS/RIOT/issues/17591 |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
nrf802154_radio.c |