openbsd-ports/x11/vlc/patches/patch-modules_access_ftp_c
jakemsr 375747e383 update to vlc-0.8.6e
This is a bugfix release. VLC media player 0.8.6d and earlier versions
suffer from security vulnerabilities in the Web interface, Subtitle
demuxer, Real RTSP demuxer, SDL_image library and MP4 demuxer.

See http://www.videolan.org/security/sa0801.php and
http://www.videolan.org/security/sa0802.php for more details.

from brad, OK naddy
2008-03-02 02:27:04 +00:00

13 lines
467 B
Plaintext

$OpenBSD: patch-modules_access_ftp_c,v 1.5 2008/03/02 02:27:04 jakemsr Exp $
--- modules/access/ftp.c.orig Thu Jan 17 16:31:51 2008
+++ modules/access/ftp.c Thu Feb 28 11:18:08 2008
@@ -544,7 +544,7 @@ static int ftp_ReadCommand( access_t *p_access,
return( i_answer / 100 );
}
-static int ftp_StartStream( access_t *p_access, off_t i_start )
+static int ftp_StartStream( access_t *p_access, int64_t i_start )
{
access_sys_t *p_sys = p_access->p_sys;