From owner-freebsd-current Tue Sep 1 22:25:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12758 for freebsd-current-outgoing; Tue, 1 Sep 1998 22:25:53 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12748 for ; Tue, 1 Sep 1998 22:25:43 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA03563; Wed, 2 Sep 1998 15:24:41 +1000 Date: Wed, 2 Sep 1998 15:24:41 +1000 From: Bruce Evans Message-Id: <199809020524.PAA03563@godzilla.zeta.org.au> To: bde@zeta.org.au, jdp@polstra.com, zach@gaffaneys.com Subject: Re: ELF binaries size Cc: current@FreeBSD.ORG, reilly@zeta.org.au Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >You don't even need that, consider this program: > >#include >main() { raise(SIGQUIT); } > >You just need to figure a way to send a SIGQUIT (the core file is >readable). Not if its setuid() (now) or otherwise protected (if the text section is unreadable, then coredump() shouldn't dump it; perhaps it shouldn't dump it even now if the file is not readable). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message