Wireshark-commits: [Wireshark-commits] rev 25584: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 24 Jun 2008 19:08:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25584

User: gerald
Date: 2008/06/24 12:08 PM

Log:
 Noam Rathus discovered that the RMI dissector was using g_strlcpy
 incorrectly, which could lead to information disclosure or worse. Use
 tvb_format_text instead. This lets us get rid of a character array and
 avoids feeding raw packet data to the GUI.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +7 -9      packet-rmi.c    Modified