This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
graphparser: Check av_get_token() memory error
CC:
libav-stable@libav.org
Bug-Id: CID 1267891
tags/n2.6
Vittorio Giovara
10 years ago
parent
5dc47a2bd5
commit
9d3b752fce
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/graphparser.c
+ 2
- 0
libavfilter/graphparser.c
View File
@@ -62,6 +62,8 @@ static char *parse_link_name(const char **buf, void *log_ctx)
(*buf)++;
name = av_get_token(buf, "]");
if (!name)
goto fail;
if (!name[0]) {
av_log(log_ctx, AV_LOG_ERROR,
Write
Preview
Loading…
Cancel
Save