stream_filter/httplive.c: Bail out if block_Realloc() fails in AccessDownload().
If block_Realloc() fails in the function AccessDownload() then resolving segment->data->i_buffer results in a segmentation error. Instead of continuing when block_Realloc() has failed, just cleanup and leave the function.
Showing
Please register or sign in to comment