OSDN Git Service

Make sure we dont write more bytes into filename than the array is long.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Feb 2010 22:57:23 +0000 (22:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Feb 2010 22:57:23 +0000 (22:57 +0000)
commitbbdf0d2214e58045e4a68331d10f4a39c08de1c0
tree9d89fd49c8dbbd188c9ff4345effe5fa55159c10
parent6a2459059e469fdb835ff4abcbc3bae9781116b3
Make sure we dont write more bytes into filename than the array is long.
just a precaution in case the size of the source array is increased or
made dynamically allocateable.

Originally committed as revision 21926 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c