mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
parent
248c6d54bb
commit
eb08b9fbeb
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
|||
#include "libc/errno.h"
|
||||
#include "libc/fmt/conv.h"
|
||||
#include "libc/fmt/itoa.h"
|
||||
#include "libc/intrin/asan.internal.h"
|
||||
#include "libc/log/check.h"
|
||||
#include "libc/log/log.h"
|
||||
#include "libc/math.h"
|
||||
|
@ -2317,7 +2316,6 @@ int LuaStoreAsset(lua_State *L) {
|
|||
unreachable;
|
||||
}
|
||||
path = LuaCheckPath(L, 1, &pathlen);
|
||||
DCHECK(__asan_is_valid(path, pathlen));
|
||||
if (pathlen > 0xffff) {
|
||||
luaL_argerror(L, 1, "path too long");
|
||||
unreachable;
|
||||
|
|
Loading…
Reference in a new issue