Comment # 21
on bug 8431
from Evan Huus
(In reply to comment #20)
> Thanks,
>
> - I've got the fuzz testing working and quickly see a failure.
>
> - The new wiki page is much more concise. What's missing now is how to
> debug a segfault caused by a fuzzed pcap file? Any pointers?
Use a debugger? There's nothing special about fuzzed crashes, they're just
crashes. Run tshark or wireshark in a debugger and load the fuzzed file, and
see what the problem is.
> - As far as I can tell, PTP/IP is just different enough where I think we'll
> have to split it off into it's own. I think mostly the value tables will
> be what gets shared between the two.
Fair enough, I don't know the protocols.
> - I forgot to mention on the last drop I cleaned up the changes to usb.c so
> that the python autogen script works as intended
You are receiving this mail because:
- You are watching all bug changes.