Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57300 invoked by uid 1010); 7 Jun 2006 13:45:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57285 invoked from network); 7 Jun 2006 13:45:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2006 13:45:15 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.23:57055] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 62/9E-00946-968D6844 for ; Wed, 07 Jun 2006 09:45:15 -0400 Received: (qmail 15357 invoked from network); 7 Jun 2006 13:45:10 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.158) by relay3 with SMTP; 7 Jun 2006 13:45:10 -0000 Received: (qmail 8019 invoked from network); 7 Jun 2006 13:45:07 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.2 X-Virus-Status: Clean (1.38488 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.75.222]) (envelope-sender ) by mta8 (qmail-ldap-1.03) with SMTP for ; 7 Jun 2006 13:45:07 -0000 Message-ID: <004901c68a38$96ba6f00$0100a8c0@pc07653> To: , "john" References: Date: Wed, 7 Jun 2006 14:45:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] Binary searches From: nlopess@php.net ("Nuno Lopes") Yesterday some my colleagues were precisely discussing that issue.. I recommend you to submit the patches upstream (to both pcre and libxmlrpc authors) instead, as we prefer not to change bundled libraries (for maintenance sake). Nuno ----- Original Message ----- > Attached is a patch which addresses array indices being out of bounds in > pcre and libxmlrpc binary searches. > > John