OSDN Git Service

avformat/webmdashenc: use av_strlcpy() and allocate enough space
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Aug 2014 11:02:34 +0000 (13:02 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Aug 2014 11:02:34 +0000 (13:02 +0200)
commit72732f2dddabae1d943ce617e0a27e32d13416fb
tree630bc63e0ca30cb706bbeccea3dab77474acd2a5
parent5ce98e774eead9a2b785df577b4b483df6e63008
avformat/webmdashenc: use av_strlcpy() and allocate enough space

Fixes out of array read

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/webmdashenc.c