diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-04-16 00:09:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-04-24 17:05:02 +0200 |
commit | 6f0e9a863466bfcbd75ee15d4d8a6aad2a5126a4 (patch) | |
tree | 40719c4f05e685157225d9b76ab7e09331b2c5f8 /libavformat/caf.h | |
parent | 18a567c369d74af5ef651b07c4c5615f5598616b (diff) | |
download | ffmpeg-6f0e9a863466bfcbd75ee15d4d8a6aad2a5126a4.tar.gz |
avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()
The function in case of n=0 would read more bytes than 0.
The end pointer could be beyond the allocated space, which
is undefined.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/caf.h')
0 files changed, 0 insertions, 0 deletions