Your message dated Mon, 29 Jun 2015 13:34:40 +0200
with message-id 
<[email protected]>
and subject line Re: [pkg-GD-devel] Bug#709062: Bug#709062: libgd3: Using 
variables without initializing them first
has caused the Debian Bug report #709062,
regarding libgd3: Using variables without initializing them first
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
709062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709062
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgd3
Version: 2.1.0~alpha1-2
Severity: minor
Tags: upstream

src/gd_tiff.c in readTiffBw.  src_x is declared but its first use is
"++src_x".

"""
        int src_x, src_y;
        [...]
                        ++src_x;
"""

To be honest, I have no clue why src_x is even present in that
function, since it does not appear to have any use whatsoever other
than incrementing a random int.

There is a second case in gdtestft, where imb is not initialized if
HAVE_LIBJPEG is not defined.  Presumably this one is also a non-issue.

(Related note, the resource "FILE *in" is also leaked in gdtestft AFAICT.)

As the issues I found appear to be "non-issues" or "test-only" issues,
I have filed this as minor.

~Niels

--- End Message ---
--- Begin Message ---
Version: 2.1.1-1

On Mon, May 20, 2013, at 21:09, Ondřej Surý wrote:
> Hi Niels,
> 
> I have fixed all of those in upstream git.

And it was uploaded to unstable a while ago, thanks for poke.

O.
-- 
Ondřej Surý <[email protected]>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

--- End Message ---

Reply via email to