Bug#213994: Consider including this patch too [[ANNOUNCE] glibc heap protection patch]

2003-12-03 Thread Javier Fernández-Sanguino Peña
This patch has been recently announced in bugtraq and might be also relevant. Aside from providing these patches at debian/patches, is there any way they could be applied to the stock gcc-3.3 package? As I understand it, in order for these to be activated sources need to be compiled with an exp

Bug#213994: Consider including this patch too [[ANNOUNCE] glibc heap protection patch]

2003-12-03 Thread Daniel Jacobowitz
On Tue, Dec 02, 2003 at 10:15:41AM +0100, Javier Fernández-Sanguino Peña wrote: > This patch has been recently announced in bugtraq and might be also > relevant. This is a glibc patch, not a gcc patch. Also, their approach is dubiously effective, it has non-negligible performance impact, and the

[Bug optimization/12576] [3.3 regression] miscompilation of ide-scsi linux kernel driver

2003-12-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-12-03 10:16 --- Matthias, any confirmation that it is fixed? -- What|Removed |Added CC|

[Bug c++/12726] [3.3.2/3.4 regression] ICE (segfault) on trivial code

2003-12-03 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2003-12-03 14:47 --- *** Bug 13281 has been marked as a duplicate of this bug. *** -- What|Removed |Added

Bug#213994: Consider including this patch too [[ANNOUNCE] glibc heap protection patch]

2003-12-03 Thread Javier Fernández-Sanguino Peña
On Wed, Dec 03, 2003 at 02:03:50PM +0100, Falk Hueffner wrote: > Javier =?iso-8859-15?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]> > writes: > > > This patch has been recently announced in bugtraq and might be also > > relevant. > > > > Aside from providing these patches at debian/patche

Bug#213994: Consider including this patch too [[ANNOUNCE] glibc heap protection patch]

2003-12-03 Thread Falk Hueffner
Javier =?iso-8859-15?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]> writes: > This patch has been recently announced in bugtraq and might be also > relevant. > > Aside from providing these patches at debian/patches, is there any > way they could be applied to the stock gcc-3.3 package? Sin

Bug#222497: ptr_fun doesn't recognise argument

2003-12-03 Thread Joe Drew
Package: g++-3.3 Version: 1:3.3.2-4 Severity: normal The program below doesn't compile. If you change "isalnum" in ptr_fun to "isal", it compiles just fine, though. -- CUT HERE -- #include #include #include #include #include using namespace std; int isal(int c) { return isalnum(c)