Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-16mlz: limit next_code to data buffer sizeAndreas Cadhalpun
This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-09-21avcodec/mlz: Check output chars before using itMichael Niedermayer
Fixes hypothetical integer overflow Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-08avcodec/mlz: Check offset before writingMichael Niedermayer
Fixes: 0cee183a09bff5aa5108429717c35a4d/asan_heap-oob_1d99eca_3702_9ef60e80de79082a778d3d9ce8ef3b64.mp4 Affects no release Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-08avcodec/mlz: clear dict on allocation to ensure there are no uninitialized ↵Michael Niedermayer
values Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-22avcodec: Implement masked lz decompressionUmair Khan
Signed-off-by: Umair Khan <omerjerk@gmail.com>