From e3acef6a214accf773dc091aa14d1d26f1ad9841 Mon Sep 17 00:00:00 2001 From: Noah Rosamilia Date: Sat, 3 Mar 2018 23:41:21 -0500 Subject: [PATCH] Fix typo in /deps/README.md --- deps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/README.md b/deps/README.md index 0ce480046..30fe423f6 100644 --- a/deps/README.md +++ b/deps/README.md @@ -61,6 +61,6 @@ and our version: 1. Makefile is modified to allow a different compiler than GCC. 2. We have the implementation source code, and directly link to the following external libraries: `lua_cjson.o`, `lua_struct.o`, `lua_cmsgpack.o` and `lua_bit.o`. -3. There is a security fix in `ldo.c`, line 498: The check for `LUA_SIGNATURE[0]` is removed in order toa void direct bytecode exectuion. +3. There is a security fix in `ldo.c`, line 498: The check for `LUA_SIGNATURE[0]` is removed in order to avoid direct bytecode exectuion.