You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/concatf: check if any nodes were allocated
Fixes ticket #10304 Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		| @@ -296,6 +296,8 @@ static av_cold int concatf_open(URLContext *h, const char *uri, int flags) | ||||
|     av_bprint_finalize(&bp, NULL); | ||||
|     data->length = i; | ||||
|  | ||||
|     if (!data->length) | ||||
|         err = AVERROR_INVALIDDATA; | ||||
|     if (err < 0) | ||||
|         concat_close(h); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user