Wireshark-commits: [Wireshark-commits] rev 49687: / /trunk-1.10/epan/dissectors/: packet-gsm_cbch.c

Date: Sun, 02 Jun 2013 00:06:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49687

User: eapache
Date: 2013/06/01 05:06 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r49686 | eapache | 2013-06-01 19:56:32 -0400 (Sat, 01 Jun 2013) | 9 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-gsm_cbch.c
 
   Fix an infinite loop in the GSM CBCH dissector.
 
   The looping logic is a bit odd, and there was a case where we were never
   incrementing any of the multiple loop variables. I suspect the entire function
   could be simplified, but this commit fixes the hang and is better suited to
   backporting than anything complex.
 
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8730
 
   ------------------------------------------------------------------------

Directory: /trunk-1.10/epan/dissectors/
  Changes    Path                 Action
  +13 -3     packet-gsm_cbch.c    Modified