Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-06 Thread Thorsten Glaser
On Tue, 5 Aug 2014, Felix von Leitner wrote: > This should not longer be the case. > I noticed a few months (?) ago and fixed it in the CVS at least. OK, thanks! bye, //mirabilos -- [16:04:33] bkix: "veni vidi violini" [16:04:45] bkix: "ich kam, sah und vergeigte"... -- To UNSUBSCRIBE, email

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Felix von Leitner
Thus spake Thorsten Glaser (t.gla...@tarent.de): > >all programs made with diet gcc ... > >have executable stacks. They should not. > > > >Workaround: > >Some tiny programs I tried worked after > >execstack -c prog > >to clear the executable stack flag. > can you say anything about this? This sho

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Frank Bergmann
Hi, IMHO it's the responsibility of the distributor to take care of this. And many fail. Also big Larry: http://www.tuxad.de/blog/archives/2012/07/17/oracle_instant_client_rpm_failure/index.html ;-) Frank On Tue, Aug 05, 2014 at 03:25:14PM +0200, Thorsten Glaser wrote: > Charles Evans dixit: >

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Frank Bergmann
On Tue, Aug 05, 2014 at 04:39:15PM +0200, Thorsten Glaser wrote: > On Tue, 5 Aug 2014, Frank Bergmann wrote: > > > IMHO it's the responsibility of the distributor to take care of this. > > No, this is clearly something that the toolchain is to deal with. Of course. But what happens if you rely o

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Thorsten Glaser
On Tue, 5 Aug 2014, Frank Bergmann wrote: > IMHO it's the responsibility of the distributor to take care of this. No, this is clearly something that the toolchain is to deal with. bye, //mirabilos -- «MyISAM tables -will- get corrupted eventually. This is a fact of life. » “mysql is about as mu

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Thorsten Glaser
Charles Evans dixit: >all programs made with diet gcc ... >have executable stacks. They should not. > >Workaround: >Some tiny programs I tried worked after >execstack -c prog >to clear the executable stack flag. Hello Felix, can you say anything about this? Thanks, //mirabilos -- “ah that rem

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-05 Thread Thorsten Glaser
tags 757052 + upstream thanks Charles Evans dixit: >all programs made with diet gcc ... >have executable stacks. They should not. > >Workaround: >Some tiny programs I tried worked after >execstack -c prog >to clear the executable stack flag. Hello Felix, can you say anything about this? Thank

Bug#757052: dietlibc-dev: programs made with diet have executable stacks

2014-08-04 Thread Charles Evans
Package: dietlibc-dev Version: 0.33~cvs20120325-6 Severity: normal Dear Maintainer, all programs made with diet gcc ... have executable stacks. They should not. Workaround: Some tiny programs I tried worked after execstack -c prog to clear the executable stack flag. Is this a security issue?