osiris-plus
osiris-plus
Will never be fixed.
Would be nice to have webcrypto api support.
Fireflies seem to appear more often on high FPS.
The handling also majorly broken if you make syntax mistakes in SQL. It will return corrupt error messages (which can signal memory corruption), and it will probably crash your server...
https://github.com/SuperiorServers/gm_tmysql4/blob/master/src/database.cpp#L182 The issue is with the use of qErr.c_str() here, which causes "use after free" for that region of memory that is passed to Lua state. @aStonedPenguin
https://github.com/osiris-plus/luadev-sh
This happens with nmap for windows.
Idk why there's even a zero timeout, I guess luasocket is not async? Then the correct fix would be trying to read the socket next frame if there's a timeout...