From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <34b8becbb30946e8fd4397ce2952e9e6@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Plan 9 buffer overflow exploit explained in Phrack Volume 0x0b, Issue 0x3e, Phile #0x09 of 0x0f From: "Russ Cox" In-Reply-To: <200309201757.h8KHv3j24962@augusta.math.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 20 Sep 2003 14:01:46 -0400 Topicbox-Message-UUID: 3e9971c8-eacc-11e9-9e20-41e7f4b1d025 > Funny you should mention that... it's exactly what I was thinking of > in terms of NOT eliminating compatibility. I suppose the obvious answer > would be to just recompile it with g++ or otherwise release it (mpm). it's not just mpm. i can run almost every binary that has ever been compiled on plan 9 (for my current architecture). that's useful occasionally, and it's 100 lines of code to implement. if you don't want to carry it around, you could chop it out of your copy, but there are much bigger things you could drop instead.