mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
Fix typo in /deps/README.md
This commit is contained in:
parent
84b281209a
commit
e3acef6a21
1 changed files with 1 additions and 1 deletions
2
deps/README.md
vendored
2
deps/README.md
vendored
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue