Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/server/internal/capture
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
..
gst Fix buffer overflow in Gstreamer log function (#382) 2024-03-27 21:32:47 +01:00
broadcast.go gst: move sample channel to AttachAppsink. 2023-01-29 20:31:00 +01:00
manager.go join GetScreenSizeChangeChannel. 2023-01-29 20:31:00 +01:00
pipelines.go update nvenc pipeline. 2023-04-01 22:59:39 +02:00
streamsink.go gst: move sample channel to AttachAppsink. 2023-01-29 20:31:00 +01:00