Wireshark-commits: [Wireshark-commits] rev 49686: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sat, 01 Jun 2013 23:56:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49686

User: eapache
Date: 2013/06/01 04:56 PM

Log:
 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/epan/dissectors/
  Changes    Path                 Action
  +13 -3     packet-gsm_cbch.c    Modified