Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <01c901c1ba5b$e3dee330$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: null parameters to functions Date: Thu, 21 Feb 2002 09:13:56 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Feb 2002 22:13:06.0322 (UTC) FILETIME=[C59C2720:01C1BA5B] Remembering all the effort that went into sanitising various userland function parameters a few months ago... newlib suffers from similar flaws (I just noticed one with strcmp (0, foo);). Is this something worth fixing? Rob