summaryrefslogtreecommitdiff
path: root/libavcodec/lzf.c
Commit message (Collapse)AuthorAge
* avcodec/lzf: Consider the needed size in reallocationMichael Niedermayer2020-06-08
| | | | | | | | Fixes: NULL pointer dereference Fixes: 22381/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NOTCHLC_fuzzer-5659879921680384.fuzz Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lzf: update pointer p after reallocAndreas Cadhalpun2016-11-05
| | | | | | | This fixes heap-use-after-free detected by AddressSanitizer. Reviewed-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* Merge commit '0c7707610f46a28b65eff935500c78c9781f8f4f'Hendrik Leppkes2015-09-07
| | | | | | | * commit '0c7707610f46a28b65eff935500c78c9781f8f4f': lavc: Add a lzf decompressor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* lavc: Add a lzf decompressorLuca Barbato2015-09-02
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>