Hello!

Thanks for the patch, the stable NMU and the testing NMU (CCing
Adeodato)!
Sorry for not getting at this earlier.

[Sun, 23 Jul 2006] Martin Schulze wrote:
>  . tell me the version number of the fixed package

Will be 0.4.2-4. My patch (incorporating not the submitter's patch but
the upstream changeset) for unstable is attached.

> +libtunepimp (0.3.0-3sarge1) stable-security; urgency=high

A note though:

> -    char           error[255], data[255], trackURI[256],
> +    char           error[255], data[256], trackURI[256],

In the original patch at
http://bugs.musicbrainz.org/attachment/ticket/1764/libtunepimp-0.4.2-lookuptools.cpp-fix-buffer-overflow.diff
 and the final upstream changeset at 
http://bugs.musicbrainz.org/changeset/7935, that's:

-    char           error[255], data[255], trackURI[256],
+    char           error[256], data[256], trackURI[256],

And in the latter, there is also another s/255/256/ hunk further down.
AFAICT for stable, testing and ubuntu the latter changeset should be
better (and also apply cleanly).

        Robert.

-- 
The bugs you have to avoid are the ones that give the user not only
the inclination to get on a plane, but also the time.
                -- Kay Bostic


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to