Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18604 invoked from network); 31 May 2003 17:29:25 -0000 Received: from unknown (HELO mailout01.sul.t-online.com) (194.25.134.80) by pb1.pair.com with SMTP; 31 May 2003 17:29:25 -0000 Received: from fwd08.sul.t-online.de by mailout01.sul.t-online.com with smtp id 19MAAW-00068M-04; Sat, 31 May 2003 19:29:24 +0200 Received: from baumbart.post.rwth-aachen.de (520072483730-0001@[80.142.152.120]) by fwd08.sul.t-online.com with esmtp id 19MAAO-0xBMcSC; Sat, 31 May 2003 19:29:16 +0200 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030531192824.030ccb48@pop.t-online.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 31 May 2003 19:29:14 +0200 To: David Brown Cc: PHP Developers List In-Reply-To: <20030531165948.GA20195@codewhore.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 520072483730-0001@t-dialin.net Subject: Re: [PHP-DEV] [PATCH] Fix off-by-one in zend_register_standard_constants From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) References: <20030531165948.GA20195@codewhore.org> At 18:59 31.05.2003, David Brown wrote: >[...] >The enclosed patch fixes the four one-byte read overruns by using >ZEND_STRS(), which allocates a string of the correct size. [...] Thanks & applied. marcus