Cuberite Forum
LuaWindow class - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: LuaWindow class (/thread-1146.html)

Pages: 1 2 3 4


RE: LuaWindow class - xoft - 06-02-2013

And we have yet another leak. If a plugin says it doesn't want to close the window (OnClosing returns true), but the close event is triggerred by a player disconnecting, the window object will not be freed until the server is stopped. So the Login plugin can actually be used to DoS the server


RE: LuaWindow class - bearbin - 06-02-2013

Oh no Sad


RE: LuaWindow class - xoft - 06-02-2013

Well, I think there's so many DoS-able holes in the server that one like this doesn't hurt, but it's the memory leak that's getting on my nerves.


RE: LuaWindow class - xoft - 06-03-2013

Rev 1543 should fix the leak.