[MPlayer-users] Re: segfault on Alpha in libmpdemux/demux_mov.c
Tobias Diedrich
ranma at gmx.at
Thu Mar 4 04:53:02 CET 2004
Andrew A. Gill wrote:
> But it has to be initialized some...WHAT!?!
>
> In line 1583, arg 4 of the lschunks call is NULL. Arg 4 of
> lschunks(line 495) is trak! How is that supposed to work?
>
> Every other call of lschunks comes from inside lschunks()
> itself.
while (1)
[...]
if (trak) { // line 514 => if (track != 0)
[...]
} else {
[...]
trak = malloc(sizeof(mov_track_t)); // line 829
[...]
}
[...]
}
--
Tobias PGP: http://9ac7e0bc.2ya.com
This mail is made of 100% recycled bits.
More information about the MPlayer-users
mailing list