[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Stack overflow in luaO_pushvfstring
- From: Antonio de Curtis <decuant@...>
- Date: Mon, 6 Jul 2020 21:09:43 +0200
seen the problem I tested my release with TDM GCC 9.2 on Win 8.0 32
bit with no options at all except warnings, it crashes
CC= gcc -std=gnu99
# CFLAGS= -march=native -msse2 -Ofast -m32 -Wall -Wextra
-DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS)
CFLAGS= -Wall -Wextra
Modified to
CC= gcc -std=gnu99 -fsanitize=address
I get this error
C:/Dev-Cpp/TDM-GCC-32/bin/../lib/gcc/mingw32/9.2.0/../../../../mingw32/bin/ld.exe:
cannot find -lasan
(might happen only with this 32 bit release of TDM) but eventually
your fix is not portable.
--
Antonio de Curtis