Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56370 invoked by uid 1010); 28 Nov 2006 00:26:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56355 invoked from network); 28 Nov 2006 00:26:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2006 00:26:43 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.238 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.238 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.238] ([64.233.184.238:31481] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/F0-43708-DF18B654 for ; Mon, 27 Nov 2006 19:26:08 -0500 Received: by wr-out-0506.google.com with SMTP id i32so311875wra for ; Mon, 27 Nov 2006 16:25:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=Ao87LEQgXbALqGA76TUITwO7MB6BQI4HioGEaG0OlBdgAlK2ymcc9xYjHtLJf0if+LD43C8tRQZ7sRfYcsg/7DgdqaG4J7xIl4O1gfWrcsfS28m9DAYMgtH4aGeqNgoXv8qCLDvKlDgebRpwtpltst9n5pSF3lhibxWYp6RI++s= Received: by 10.65.84.6 with SMTP id m6mr481313qbl.1164673530446; Mon, 27 Nov 2006 16:25:30 -0800 (PST) Received: from ?192.168.1.5? ( [74.108.69.82]) by mx.google.com with ESMTP id q15sm23795529qbq.2006.11.27.16.25.29; Mon, 27 Nov 2006 16:25:29 -0800 (PST) In-Reply-To: <74.6A.43708.5A94B654@pb1.pair.com> References: <74.6A.43708.5A94B654@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <10CE7BF6-D302-4D93-97E0-8A7AE93458F7@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Mon, 27 Nov 2006 19:25:26 -0500 To: Ron Korving X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] thread unsafety inventory From: ilia@prohost.org (Ilia Alshanetsky) On 27-Nov-06, at 3:24 PM, Ron Korving wrote: > > rand: (use rand_r) > > ext/mcrypt/mcrypt.c on line 1042 > ext/soap/php_http.c on line 467 The first two are now fixed. > ext/sqlite/libsqlite/src/encode.c on lines 204, 213 (external code > library) These two uses are a non-issue as they are located inside an ifdefed out test code. Thanks for the letting us know about these issues, I'll look over all the identified problems over the course of the week and apply patches where necessary. Ilia Alshanetsky