Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14409 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2880 invoked by uid 1010); 21 Jan 2005 11:54:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2863 invoked by uid 1007); 21 Jan 2005 11:54:29 -0000 Message-ID: <20050121115429.2862.qmail@lists.php.net> To: internals@lists.php.net Date: Fri, 21 Jan 2005 12:54:02 +0100 Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 62.58.68.2 Subject: segfault in stream_socket_accept (fixed before 5.0.4?) From: r.korving@xit.nl ("Ron Korving") Hi, I know this isn't the proper channel for a bugreport, but I think this segfault will require a very simple fix and I hope this could be fixed before 5.0.4 is released (so I'm posting this because of the time factor). This code segfaults (PHP 5.0.3): while this doesn't: So the problem is obviously in the feedback variable "peername". I was hoping this might be fixed before 5.0.4 rolls out. Thanks, Ron Korving