~siretart/xine-lib/ubuntu

« back to all changes in this revision

Viewing changes to src/input/vcd/libcdio/iso9660.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-15 13:13:45 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051215131345-8n4osv1j7fy9c1s1
* SECURITY UPDATE: Fix arbitrary code execution with crafted PNG images in
  embedded ffmpeg copy.
* src/libffmpeg/libavcodec/utils.c, avcodec_default_get_buffer(): Apply
  upstream patch to fix buffer overflow on decoding of small PIX_FMT_PAL8
  PNG files.
* References:
  CVE-2005-4048
  http://mplayerhq.hu/pipermail/ffmpeg-devel/2005-November/005333.html
  http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/libavcodec/
  utils.c.diff?r1=1.161&r2=1.162&cvsroot=FFMpeg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    $Id: iso9660.c,v 1.2.2.1 2005/01/03 21:13:57 mroi Exp $
 
2
    $Id: iso9660.c,v 1.3 2005/01/01 02:43:57 rockyb Exp $
3
3
 
4
4
    Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
5
5
    Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
37
37
#include <stdio.h>
38
38
#endif
39
39
 
40
 
static const char _rcsid[] = "$Id: iso9660.c,v 1.2.2.1 2005/01/03 21:13:57 mroi Exp $";
 
40
static const char _rcsid[] = "$Id: iso9660.c,v 1.3 2005/01/01 02:43:57 rockyb Exp $";
41
41
 
42
42
/* some parameters... */
43
43
#define SYSTEM_ID         "CD-RTOS CD-BRIDGE"