neko/server/internal
tt2468 2b13220d63
Fix buffer overflow in Gstreamer log function (#382)
vsprintf() is dangerous, and can overflow easily, especially with small
buffers like the 100 byte one that was being used. This changes the
buffer size to a more sane 4KiB, and uses vsnprintf() to automatically
concatenate a large log message instead of overflowing and crashing.
2024-03-27 21:32:47 +01:00
..
capture Fix buffer overflow in Gstreamer log function (#382) 2024-03-27 21:32:47 +01:00
config move proxy option to server. 2023-11-19 14:50:23 +01:00
desktop join GetScreenSizeChangeChannel. 2023-01-29 20:31:00 +01:00
http remove any temporary files associated with a Form, fixes #347. 2023-12-26 15:49:16 +01:00
session fix log. 2023-03-18 13:11:42 +01:00
types fix webrtc client gathering, #259. 2023-03-18 00:49:25 +01:00
utils move proxy option to server. 2023-11-19 14:50:23 +01:00
webrtc fix webrtc client gathering, #259. 2023-03-18 00:49:25 +01:00
websocket move proxy option to server. 2023-11-19 14:50:23 +01:00