mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
Stefan Knoblich
d311b4380e
mod_fsv: Check audio/video frame size for possible buffer overflow and abort playback
Audio frame sizes were already being checked for overflow, but video frame sizes were taken as-is, which would lead to heap corruption. In case an overflow has been detected, playback is aborted immediately as there is no way we can ever recover from such a situation due to the lack of a (well-known) frame header signature that could be used to skip over the corrupted part of the streams. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Simple perl script to colorize an existing FreeSWITCH log file; requires CPAN module Term::ANSIColor
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
264 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%