mirror of https://github.com/FFmpeg/FFmpeg.git
There's a a potential DoS problem in this function. Say an MXF file is created with a PixelLayout with a long run of non-zeroes. Such a file could be sent quickly (packed) over the net and would unpack quite fast. mxfdec would then read it byte-by-byte, which would take considerable time. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/6/merge
parent
187630b244
commit
1d22d269f5
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue