You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	ffserver: fix null pointer dereference
Fixes CID732208 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -3974,6 +3974,7 @@ static void load_module(const char *filename) | ||||
|                 "%s: init function 'ffserver_module_init()' not found\n", | ||||
|                 filename); | ||||
|         dlclose(dll); | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     init_func(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user