You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report and detailed information of the offending code.
This is quite strange, becaue if ip6f has a NULL value after being assigned, it should have crashed in the next line and not reach that if. Maybe some memory overflow elsewhere between assigment and crashing line updated ip6f or ip_frag?
It would be awesome it this could be reproduced while reading a pcap file (not sure if this happens often enough)
this is sngrep v1.8.1 but I think the code is the same in v1.8.2
related code: https://github.com/irontec/sngrep/blob/master/src/capture.c#L685-L687
ip6f is NULL so... 💣
The text was updated successfully, but these errors were encountered: