[Mplayer-cvslog] CVS: main/libmpdvdkit2 dvd_input.c,1.2,1.3

D Richard Felker III dalias at aerifal.cx
Sun Jan 11 22:14:00 CET 2004


On Sun, Jan 11, 2004 at 07:56:50PM +0100, Dmitry Baryshkov CVS wrote:
> Update of /cvsroot/mplayer/main/libmpdvdkit2
> In directory mail:/scsi/2/tmp/cvs-serv28557
> 
> Modified Files:
> 	dvd_input.c 
> Log Message:
> Fix (possible) memory corruption. dvd_input_t is pointer to struct dvd_input_s and not a struct.

What hideous coding style. One should _NEVER_ typedef a pointer type.
It results in very confusing code...

Rich




More information about the MPlayer-cvslog mailing list