SHA256
1
0
forked from pool/wireshark
wireshark/wireshark-1.6.2-CVE-2011-3360.patch
Pavol Rusnak c87cef8c94 Accepting request 87344 from home:cyliu:branches:network:utilities
- 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
2011-10-11 15:51:00 +00:00

11 lines
326 B
Diff

--- trunk/epan/wslua/template-init.lua 2011/08/08 17:59:32 38413
+++ trunk/epan/wslua/template-init.lua 2011/08/08 19:10:19 38414
@@ -73,5 +73,5 @@
DATA_DIR = datafile_path()
USER_DIR = persconffile_path()
-dofile("console.lua")
---dofile("dtd_gen.lua")
+dofile(DATA_DIR.."console.lua")
+--dofile(DATA_DIR.."dtd_gen.lua")