summaryrefslogtreecommitdiff
path: root/devel/swig20/files/patch-Lib::runtime.swg
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /devel/swig20/files/patch-Lib::runtime.swg
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'devel/swig20/files/patch-Lib::runtime.swg')
-rw-r--r--devel/swig20/files/patch-Lib::runtime.swg18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/swig20/files/patch-Lib::runtime.swg b/devel/swig20/files/patch-Lib::runtime.swg
deleted file mode 100644
index b54bfefe905d..000000000000
--- a/devel/swig20/files/patch-Lib::runtime.swg
+++ /dev/null
@@ -1,18 +0,0 @@
---- Lib/runtime.swg.orig Fri Jul 29 14:23:14 2005
-+++ Lib/runtime.swg Fri Jul 29 14:23:58 2005
-@@ -25,13 +25,13 @@
-
- SWIGRUNTIMEINLINE swig_type_info *
- SWIG_TypeQuery(const char *name) {
-- swig_module_info *module = SWIG_GetModule();
-+ swig_module_info *module = SWIG_GetModule(clientdata);
- return SWIG_TypeQueryModule(module, module, name);
- }
-
- SWIGRUNTIMEINLINE swig_type_info *
- SWIG_MangledTypeQuery(const char *name) {
-- swig_module_info *module = SWIG_GetModule();
-+ swig_module_info *module = SWIG_GetModule(clientdata);
- return SWIG_MangledTypeQueryModule(module, module, name);
- }
-