Skip to content

Fix io.open() crashing the client sometimes

LJ Sonic requested to merge fix-ioopen-crash into next

Top 1 reason(s) why `malloc()` sucks().

The `luafiletransfers->nodestatus` array is not initialised so if you are out of luck `SendFileTicker` will try to trigger a timeout for nodes that don't exist.

Merge request reports

Loading