Bug#448559: totem: URL causing crash
Josselin Mouette
joss at debian.org
Mon Jan 21 11:07:03 UTC 2008
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20080121/301c9ea7/attachment.pgp
More information about the pkg-multimedia-maintainers
mailing list