Comment # 13
on bug 9406
from Evan Huus
The function that's asserting is call_dissector_only. Based on the type of
traffic in the capture and the scarcity of callers of call_dissector_only, I
have to assume that the NULL handle is the gsm_sms_handle in either
packet-gsm_a_rp.c or packet-gsm_map.c. The code fetching those handles looks
sane, so either there's weird stack corruption happening or the protocol isn't
getting registered for some reason.
The fact that this seems to only happen under valgrind is suspect...
You are receiving this mail because:
- You are watching all bug changes.