Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 17 Feb 2001 15:32:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 17 Feb 2001 15:32:26 -0500 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:26376 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Sat, 17 Feb 2001 15:32:13 -0500 Subject: Re: Is this the ultimate stack-smash fix? To: Florian.Weimer@RUS.Uni-Stuttgart.DE (Florian Weimer) Date: Sat, 17 Feb 2001 20:32:47 +0000 (GMT) Cc: linux-kernel@vger.kernel.org In-Reply-To: from "Florian Weimer" at Feb 17, 2001 11:47:20 AM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > need fat pointers, which would make sizeof (long) /= sizeof (void *), > which would break quite some software, I think. There are plenty of architectures where sizeof long != sizeof (void *). If your code makes bad assumptions and a bounds checking cc breaks it then its progress. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/