Attention is currently required from: laforge, pespin.
1 comment:
File src/host/layer23/src/common/l1ctl.c:
Patch Set #1, Line 742: LOGP(DL1C, LOGL_INFO, "SIM %s\n", osmo_hexdump(data, len));
Independent of this patch, I think it's really worth having a special case inside osmo_hexdump to pr […]
If the pointer is NULL, it would return an empty line, see:
https://cgit.osmocom.org/libosmocore/tree/src/utils.c#n306
Not sure if we want to change this behavior.
(The segfault was actually caused by calling msgb_l2len() while l2h is NULL)
To view, visit change 30613. To unsubscribe, or for help writing mail filters, visit settings.