mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
2b13220d63
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. |
||
---|---|---|
.. | ||
capture | ||
config | ||
desktop | ||
http | ||
session | ||
types | ||
utils | ||
webrtc | ||
websocket |