[vlc-devel] [vlc-commits] commit: Fix segfault in Qt adv_prefs caused by Null text. ( Francois Cartegnie )

Francois Cartegnie fcvlcdev at free.fr
Tue Dec 21 21:22:13 CET 2010


Le mardi 21 décembre 2010, Rémi Denis-Courmont a écrit :
> > Fix segfault in Qt adv_prefs caused by Null text.
> 
> WTF? That's a bug in Qt4, not in the HTTP plugin.

A variable description must not be null, whatever the interface is.

You can't still add an assert() on the Qt side, but with just doing this 
you'll end up with inputs having empty descriptions.

Francois



More information about the vlc-devel mailing list