Wireshark-commits: [Wireshark-commits] rev 19153: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-http.c
From:
sahlberg@xxxxxxxxxxxxx
Date: Tue, 05 Sep 2006 14:32:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19153
User: sahlberg
Date: 2006/09/05 02:32 PM
Log:
fix for bug 1079
verify that stat_info->request_uri is non null before doing string manipulations on it
so that we dont try to dereference a null pointer further down the code
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-http.c Modified