[FFmpeg-devel] [PATCH] Fix for ticket 6658 (Dash demuxer segfault)

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Nov 28 14:49:39 EET 2017


2017-11-28 1:46 GMT+01:00 Colin NG <colin_ng at hotmail.com>:

> +    char tmp_str[MAX_URL_SIZE];
> +    char tmp_str_2[MAX_URL_SIZE];

Assuming this is not speed-critical code, please also
allocate these two with av_malloc(), FFmpeg can be
compiled for systems with tiny stack.

Carl Eugen


More information about the ffmpeg-devel mailing list