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:
8765647
)
segfault fix
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 24 Sep 2006 10:38:14 +0000
(10:38 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 24 Sep 2006 10:38:14 +0000
(10:38 +0000)
thanks to takis for finding the cause of this
Originally committed as revision 6325 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eval.c
patch
|
blob
|
history
diff --git
a/libavcodec/eval.c
b/libavcodec/eval.c
index
2aabb3b
..
4ed178d
100644
(file)
--- a/
libavcodec/eval.c
+++ b/
libavcodec/eval.c
@@
-87,6
+87,7
@@
static double evalPrimary(Parser *p){
p->s= strchr(p->s, '(');
if(p->s==NULL){
av_log(NULL, AV_LOG_ERROR, "Parser: missing ( in \"%s\"\n", next);
+ p->s= next;
return NAN;
}
p->s++; // "("