stream_filter/record.c: Read() return 0 on malloc failure.
If no memory could be allocated, then return 0 in Read() for this stream_filter. VLC core will then neatly handle this error situation. Otherwise a buffer overflow is triggered.
Showing
Please register or sign in to comment