mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
ffserver: fix null pointer dereference
Fixes CID732208 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fca435fee1
commit
2192f89368
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user