mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
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