[MPlayer-dev-eng] [PATCH] Wrong memset usage in vo_dxr3.c

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Fri Apr 1 00:25:17 CEST 2005


On Thursday, 31 March 2005 at 23:31, Diego Biurrun wrote:
> On Thu, Mar 31, 2005 at 10:41:52PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> > 
> > On Thursday, 31 March 2005 at 10:12, Ismail Donmez wrote:
> > [...]
> > > -    memset(o,sizeof(overlay_t),0);
> > > +    memset(o,0,sizeof(overlay_t));
> > 
> > Good catch. Would you care to review and check other memset occurances?
> 
> Will you commit this?

Commited. I was waiting for VO maintainer to approve, but I realised we
have no current list of maintainers. Therefore I propose creating and
keeping up to date a MAINAINERS file. And before you mention it, AUTHORS
is not enough. Many people have written some portion of the code and then
went away, leaving somebody else in charge.

First draft in the works, stay tuned.

R.

-- 
MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-dev-eng mailing list