]> git.sesse.net Git - ffmpeg/commit
libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.
authorThierry Foucu <tfoucu@gmail.com>
Wed, 19 Aug 2020 22:51:02 +0000 (15:51 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 20 Aug 2020 11:27:22 +0000 (13:27 +0200)
commit36f7b83568764ae73d0c7b3a43f1e3d3df234033
treeafa1c805ab545b6e25bca82ab3dcf108dcf3c915
parenta606e3b3393dec611f3830d2397651a943280546
libavformat/r3d.c: Fix Use-of-uninitialized-value in filename.

While reading the filename tag, it may return a EOF and we are still
copying the file with uninitialized value.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/r3d.c