Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8923] Fuzz failure: very long loop in packet-gsm_a_rr

Date: Thu, 11 Jul 2013 14:07:39 +0000

changed bug 8923

What Removed Added
CC   [email protected]

Comment # 1 on bug 8923 from
I guess the line

    if (remaining_length)

should be changed to

    if (remaining_length > 0)


You are receiving this mail because:
  • You are watching all bug changes.