diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/lua/files/5.1/0002-Fix-stack-overflow-in-vararg-functions.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/lua/files/5.1/0002-Fix-stack-overflow-in-vararg-functions.patch b/dev-lang/lua/files/5.1/0002-Fix-stack-overflow-in-vararg-functions.patch index a3e4019a4596..2bb5657b4d45 100644 --- a/dev-lang/lua/files/5.1/0002-Fix-stack-overflow-in-vararg-functions.patch +++ b/dev-lang/lua/files/5.1/0002-Fix-stack-overflow-in-vararg-functions.patch @@ -2,7 +2,7 @@ https://salsa.debian.org/lua-team/lua5.1/-/blob/master/debian/patches/0004-Fix-s From: Enrico Tassi <gareuselesinge@debian.org> Date: Tue, 26 Aug 2014 16:20:55 +0200 -Subject: Fix stack overflow in vararg functions +Subject: Fix stack overflow in vararg functions (CVE-2014-5461) --- a/src/ldo.c +++ b/src/ldo.c |