c87cef8c94
- security fixes (#bnc 718032) * CVE-2011-3266: Wireshark IKE dissector vulnerability * CVE-2011-3360: Wireshark Lua script execution vulnerability * CVE-2011-3483: Wireshark buffer exception handling vulnerability OBS-URL: https://build.opensuse.org/request/show/87344 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=44
13 lines
501 B
Diff
13 lines
501 B
Diff
Index: wireshark-1.4.4/epan/packet.c
|
|
===================================================================
|
|
--- wireshark-1.4.4.orig/epan/packet.c
|
|
+++ wireshark-1.4.4/epan/packet.c
|
|
@@ -321,6 +321,7 @@ dissect_packet(epan_dissect_t *edt, unio
|
|
edt->pi.annex_a_used = MTP2_ANNEX_A_USED_UNKNOWN;
|
|
edt->pi.dcerpc_procedure_name="";
|
|
edt->pi.link_dir = LINK_DIR_UNKNOWN;
|
|
+ edt->tvb = NULL;
|
|
|
|
/* to enable decode as for ethertype=0x0000 (fix for bug 4721) */
|
|
edt->pi.ethertype = G_MAXINT;
|