Wireshark-commits: [Wireshark-commits] rev 32133: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 07 Mar 2010 10:03:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32133

User: martinm
Date: 2010/03/07 02:03 AM

Log:
 Fix another crashing problem.
 A status PDU can contain multiple entries for the same SN (for different partial ranges).  So make sure that we don't copy the same SN twice into our list of repeated NACKs (otherwise each instance in the tap struct will get added multiple times and we'll end up writing beyond the array bound).

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +6 -1      packet-rlc-lte.c    Modified