[vlc-devel] commit: FIx a segfault: we need both user and password to be not NULL. ( R??mi Duraffort )

Rémi Duraffort ivoire at videolan.org
Mon Jun 22 11:34:08 CEST 2009


> On Mon, Jun 22, 2009 at 07:55:07AM +0200, git version control wrote:
> > -    if( p_sys->url.psz_username || p_sys->url.psz_password )
> > +    if( p_sys->url.psz_username && p_sys->url.psz_password )
Fix, and going to be backported.

-- 
Rémi Duraffort | ivoire



More information about the vlc-devel mailing list