https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15365
--- Comment #10 from Guy Harris <[email protected]> ---
1) Each issue should probably have been filed as a separate bug.
2) I've checked in fixes for some of the issues.
3) The first problem requires more thought - presumably if ws_hmac_buffer()
fails, arcfour_mic_key() should fail, but if arcfour_mic_key() fails,
decrypt_arcfour() returns some random error code, so the whole code path
probably needs to be cleaned up to report errors better.
4) The last problem found a case where dfilter_compile() failed but didn't set
*dfw to NULL, which I fixed, but it raised the bigger question "if the file
can't be opened *and* the display filter is invalid, which error should be
reported to the user?"
--
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via: Wireshark-bugs mailing list <[email protected]>
Archives: https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
mailto:[email protected]?subject=unsubscribe