mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Fix bug in ASAN reporting
This commit is contained in:
parent
7486a2cd51
commit
1429a7b3ef
2 changed files with 2 additions and 3 deletions
3
third_party/lua/luaformatstack.c
vendored
3
third_party/lua/luaformatstack.c
vendored
|
@ -21,9 +21,8 @@
|
|||
#include "third_party/lua/lauxlib.h"
|
||||
|
||||
dontdiscard char *LuaFormatStack(lua_State *L) {
|
||||
size_t l;
|
||||
int i, top;
|
||||
char *p, *b = 0;
|
||||
char *b = 0;
|
||||
struct EncoderConfig conf = {
|
||||
.maxdepth = 64,
|
||||
.sorted = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue