reassign 448559 libmms0 0.4-1
thanks

Le mardi 30 octobre 2007 à 12:48 +1100, Hamish Moffatt a écrit :
> Package: totem
> Version: 2.20.0-3
> Severity: normal
> 
> 
> I encountered a link to a media stream which causes totem to crash
> instantly:
> 
> mms://media3.abc.net.au%2Fnetworktv
> 
> 
> The link should be:
> 
> mms://media3.abc.net.au/networktv
> 
> which plays fine.

This is perfectly reproducible even with mimms, so the problem lies in
the library. This is a gross programming error:

  c = uri->path;
  while (*c == '/') ++c;

uri->path is not checked for NULLity, which is what happens when the URI
only points to a host.

Cheers,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to