mpv/libdvdcss
iive fd11b253b9 Fix crash on some DVDs
sprintf(tmp,"%.02x",(char)0xef); would print "ffffffef" instead of "ef",
in this case this leads to local array buffer overflow and hard to trace stack corruption.
The quick, easy & durty solution is to use (unsigned char) or (uint8_t)
Fixes Bugzilla 860 & 845


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23728 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-06 23:22:51 +00:00
..
dvdcss Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
Makefile Move setting Cygwin specific CFLAGS to configure. 2007-03-19 00:03:00 +00:00
bsdi_dvd.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
bsdi_ioctl.c Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
common.h Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection, 2006-11-07 16:42:39 +00:00
css.c Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
css.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
csstables.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
device.c Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection, 2006-11-07 16:42:39 +00:00
device.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
error.c Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
ioctl.c Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
ioctl.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00
libdvdcss.c Fix crash on some DVDs 2007-07-06 23:22:51 +00:00
libdvdcss.h Move libdvdcss into its own subdirectory. 2006-11-03 12:25:56 +00:00