From owner-freebsd-chat Tue May 23 9:41:21 2000 Delivered-To: freebsd-chat@freebsd.org Received: from ester.byggdok.se (ester.byggdok.se [193.10.7.124]) by hub.freebsd.org (Postfix) with ESMTP id 0FE6337B71F for ; Tue, 23 May 2000 09:41:13 -0700 (PDT) (envelope-from plundis@ester.byggdok.se) Received: (from plundis@localhost) by ester.byggdok.se (8.9.3/8.9.3) id SAA32712; Tue, 23 May 2000 18:41:05 +0200 To: Brett Glass Cc: chat@FreeBSD.ORG Subject: Re: The Ethics of Free Software References: <20000521131809.A6546@sharmas.dhs.org> <20000521131809.A6546@sharmas.dhs.org> <4.3.1.2.20000522125201.00e4be10@localhost> X-Attribution: Plundis Mail-Copies-To: poster From: Per Lundberg Date: 23 May 2000 18:41:05 +0200 In-Reply-To: Brett Glass's message of "Mon, 22 May 2000 12:56:45 -0600" Message-ID: Lines: 14 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Melpomene) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "BG" == Brett Glass writes: BG> The dig at FreeBSD was unfortunate. However, it was really BG> more of a dig at the C language (which truly IS a source of BG> serious bugs and security holes). It sure is. But there are things that can help. For example, this kind of error is *very* easy to spot if you use the help gcc can give you; namely -Werror. This makes all warnings errors, which (in my opinion, of course) is very good, since it makes people care about warnings. I mean, seriously, if you don't care about the warning in the first place, why didn't you use -w to suppress it? Just my two cents. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message