Skip to content

Commit

Permalink
updated lua diffs to include commit ced3c03
Browse files Browse the repository at this point in the history
Signed-off-by: Shai Zarka <[email protected]>
  • Loading branch information
zarkash-aws committed Oct 15, 2024
1 parent 3c6d8a2 commit a39bb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ 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 to avoid direct bytecode execution.
4. In lstring.c, the luaS_newlstr function's hash calculation has been upgraded from a simple hash function to MurmurHash3, implemented within the same file, to enhance performance, particularly for operations involving large strings.

Hdr_Histogram
---
Expand Down

0 comments on commit a39bb6b

Please sign in to comment.