http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26296
User: sahlberg
Date: 2008/09/29 02:06 PM
Log:
there exists clients (linux) that sends a SETCLIENTID specifying the
callback address/port with only 2 octets (high/low port) i.e. witout
specifying the ip address.
this caused wireshark to corrupt memory when trying to 0-terminate the
original string after the fourth '.' which happened to be beyond the
end of the string.
Directory: /trunk/epan/dissectors/
Changes Path Action
+51 -11 packet-nfs.c Modified