[vlc-devel] commit: Replace for() (rand() & 0xff) with	vlc_rand_bytes(); in RTMP handshake. (JP Dinger )
    jpd at videolan.org 
    jpd at videolan.org
       
    Fri Jul 10 12:57:51 CEST 2009
    
    
  
On Fri, Jul 10, 2009 at 12:34:38PM +0200, R??mi Denis-Courmont wrote:
> > +
> > +    for( i = 0; i < 8; i++ )
> > +        p_write[i + 1] = 0x00;
> 
> memset() ?
If you think it worth it for eight unaligned bytes.
    
    
More information about the vlc-devel
mailing list