summaryrefslogtreecommitdiffstats
path: root/patches/lua-5.1.4/0001-Maliciously-crafted-precompiled-code-can-crash-Lua.patch
blob: 848fe30c5afbef81558b49bf1dc450178404b949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= <benoit.burnichon@airtag.com>
Date: Tue, 6 Dec 2011 14:05:35 +0100
Subject: [PATCH] Maliciously crafted precompiled code can crash Lua
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Comes from http://www.lua.org/bugs.html#5.1.4-1

Signed-off-by: Benoît Burnichon <benoit.burnichon@airtag.com>

---