[FFmpeg-devel] [PATCH] Add FITS Demuxer

Nicolas George george at nsup.org
Tue Jul 4 01:51:09 EEST 2017


Hi. Nice to see you back.

Le sextidi 16 messidor, an CCXXV, Reimar Döffinger a écrit :
> This is more than 4kB of data on the stack.
> Large stack arrays have a huge amount of security implications, please
> put such buffers (if really needed) into the context.

4 ko is not large, and neither is what is used here. We have a lot stack
allocations of that size and more and a few significantly larger.

And data that do not survive the function call do not belong in the
context.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170704/4cc591a4/attachment.sig>


More information about the ffmpeg-devel mailing list