]> git.sesse.net Git - ffmpeg/commit
http: use av_strlcpy instead of strcpy() without size checks
authorJanne Grunau <janne-libav@jannau.net>
Tue, 9 Oct 2012 18:50:50 +0000 (20:50 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 9 Oct 2012 19:05:14 +0000 (21:05 +0200)
commit4a7c0c4555477c9367fb45ee0cc10e4351e53930
treed9eb2cadb99093581ac37804c1156d2edbdc1a01
parent79e6e8eba203d48de4f0df0ec59fa385022cb5cd
http: use av_strlcpy instead of strcpy() without size checks

Fixes CID700730.
libavformat/http.c