Attention is currently required from: osmith.
1 comment:
File src/osmo-bsc-nat/bsc_nat_fsm.c:
Patch Set #5, Line 142: oph->msg = NULL;
Why are you doing this? Is msgb_free() called somewhere inside osmo_sccp_tx_unitdata_msg ? Did you check if oph pointer is actually allocated INSIDE the msg data? because then you are writing to already-freed memory. If that's the case, you should not use oph nor oph->msg anymore.
To view, visit change 27030. To unsubscribe, or for help writing mail filters, visit settings.