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

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Thu Mar 31 22:41:52 CEST 2005


Hi,

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?

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