redis/deps/lua/src
YoongHM 448c435b1b
Fix compilation warnings in Lua and jemalloc dependencies (#7785)
- The argument `u` in for `ar` is ignored (and generates warnings since `D` became the default.
  All it does is avoid updating unchanged objects (shouldn't have any impact on our build)
- Enable `LUA_USE_MKSTEMP` to force the use of `mkstemp()` instead of `tmpname()` (which is dead
  code in redis anyway).
- Remove unused variable `c` in `f_parser()`
- Removed misleadingly indented space in `luaL_loadfile()` and ``addfield()`

Co-authored-by: Oran Agra <oran@redislabs.com>
2020-09-29 17:10:54 +03:00
..
Makefile Merge remote-tracking branch 'origin/unstable' into unstable 2014-11-14 17:10:48 +01:00
fpconv.c
fpconv.h Lua: remove new warning added by cjson header 2014-11-14 17:08:44 +01:00
lapi.c
lapi.h
lauxlib.c Fix compilation warnings in Lua and jemalloc dependencies (#7785) 2020-09-29 17:10:54 +03:00
lauxlib.h
lbaselib.c
lcode.c
lcode.h
ldblib.c
ldebug.c
ldebug.h
ldo.c Fix compilation warnings in Lua and jemalloc dependencies (#7785) 2020-09-29 17:10:54 +03:00
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c
lgc.h
linit.c
liolib.c
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
loslib.c
lparser.c
lparser.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c Fix compilation warnings in Lua and jemalloc dependencies (#7785) 2020-09-29 17:10:54 +03:00
ltm.c
ltm.h
lua.c
lua.h
lua_bit.c
lua_cjson.c lua_cjson.c Lua includes: angled -> quoted. 2014-11-14 17:16:23 +01:00
lua_cmsgpack.c Security: more cmsgpack fixes by @soloestoy. 2018-06-13 12:40:33 +02:00
lua_struct.c [FIX] revisit CVE-2015-8080 vulnerability 2020-02-10 16:32:46 +09:00
luac.c
luaconf.h
lualib.h
lundump.c
lundump.h
lvm.c
lvm.h
lzio.c
lzio.h
print.c
strbuf.c
strbuf.h