pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/30997 (pgadmin3 crashes on too many env variables)



The following reply was made to PR pkg/30997; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
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
 



Home | Main Index | Thread Index | Old Index