whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

fix bugs #240

Closed the0ne closed 5 years ago

the0ne commented 5 years ago

fixed an use-after-free bug eca91d6

please open the individual commits below for a comment including the warning for each of the changes!

the0ne commented 5 years ago

@jolivepetrus in Makefile.projbuild I use the following setting:

CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=pointer-sign -Wno-error=address -Wno-error=unused-local-typedefs -Wshadow