Subject: Re: pkg/30997 (pgadmin3 crashes on too many env variables)
To: None <joerg@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 01/02/2007 16:55:02
The following reply was made to PR pkg/30997; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/30997 (pgadmin3 crashes on too many env variables)
Date: Tue, 2 Jan 2007 17:51:13 +0100
The problem is that wxUtffile is overriding a non-virtual base class and
beside other problems, the length calculation in the read method is
completely broken. Adding 4 to -1 is a classical integer overflow.
I've marked this as broken for now. I'm working on updating it, but that
needs a newer wxGTK as well.
Joerg