Revision 0314dead
ID | 0314dead4e7c058568e792842405190c06d71da5 |
Parent | 8313e179 |
Child | 90d43b52 |
eval: replace variable-length array with av_malloc/free
There is a theoretical possibility to pass a very long string to ff_parse,
which could crash if allocated from the stack. This allows the allocation
to be checked properly.
Originally committed as revision 19670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Files
- added
- modified
- copied
- renamed
- deleted