git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca435f
)
ffserver: fix null pointer dereference
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 4 Jun 2013 11:19:27 +0000
(13:19 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 4 Jun 2013 11:19:27 +0000
(13:19 +0200)
Fixes CID732208
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffserver.c
patch
|
blob
|
history
diff --git
a/ffserver.c
b/ffserver.c
index
16a650c
..
45ec386
100644
(file)
--- a/
ffserver.c
+++ b/
ffserver.c
@@
-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();