diff options
author | Andreas Rheinhardt | 2020-08-23 01:51:22 +0200 |
---|---|---|
committer | Andreas Rheinhardt | 2020-08-23 19:57:42 +0200 |
commit | 95b8df687cc0182a4ec7666c2bbc2826c9ef0852 (patch) | |
tree | f0b52e67da1d5e3d4876b90111bf245895432846 /libavresample | |
parent | f33faa5b9bfb288f83db034fa1f8719ab8a994c6 (diff) |
avfilter/graphparser: Check allocations for success
parse_filter() did not check the return value of av_get_token() for
success; in case name (the name of a filter) was NULL, one got a
segfault in av_strlcpy() (called from create_filter()).
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavresample')
0 files changed, 0 insertions, 0 deletions