diff options
Diffstat (limited to 'lang/ruby18-base/patches/patch-error.c')
-rw-r--r-- | lang/ruby18-base/patches/patch-error.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/ruby18-base/patches/patch-error.c b/lang/ruby18-base/patches/patch-error.c deleted file mode 100644 index de32ebbf8f7..00000000000 --- a/lang/ruby18-base/patches/patch-error.c +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-error.c,v 1.1 2012/10/06 16:30:28 taca Exp $ - -More fix to CVE-2011-1005 from discuttion on oss-security mailing list. - ---- error.c.orig 2011-02-18 12:32:35.000000000 +0000 -+++ error.c -@@ -665,9 +665,6 @@ name_err_to_s(exc) - - if (NIL_P(mesg)) return rb_class_name(CLASS_OF(exc)); - StringValue(str); -- if (str != mesg) { -- OBJ_INFECT(str, mesg); -- } - return str; - } - |