Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 2269 invoked by uid 6000); 6 Nov 1998 18:30:37 -0000 Received: (qmail 2246 invoked from network); 6 Nov 1998 18:30:35 -0000 Received: from unknown (HELO firewall.accentonline.com) (208.29.6.2) by taz.hyperreal.org with SMTP; 6 Nov 1998 18:30:35 -0000 Received: from [208.29.6.2] (HELO localhost) by firewall.accentonline.com (AltaVista Mail V2.0J/2.0J BL25J listener) id 0000_0169_3643_40d8_1b54; Fri, 06 Nov 1998 13:32:56 -0500 Received: from somewhere by smtpxd Message-ID: <35EF6D88D735D211960900A0C9AC1C4003FBB5@ACCMAIL> From: Brian Schaffner To: "'marc@apache.org'" , apache-bugdb@apache.org, Brian Schaffner , "'apbugs@apache.org'" Subject: RE: apache-api/3355: ap_vformatter barfs on %n in log message Date: Fri, 6 Nov 1998 13:28:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain Sender: apache-bugdb-owner@apache.org Precedence: bulk The actual code in the PHP source is (main.c, 224): aplog_error(NULL, 0, APLOG_ERR | APLOG_NOERRNO, php3_rqst->server, log_message); passing "%n" as log_message. In PHP code: I wasn't certain that this was related to the other bug report - just thought it sounded similar. -brian- > -----Original Message----- > From: marc@apache.org [mailto:marc@apache.org] > Sent: Friday, November 06, 1998 1:14 PM > To: apache-bugdb@apache.org; bschaffner@accentonline.com; > marc@apache.org > Subject: Re: apache-api/3355: ap_vformatter barfs on %n in log message > > > [In order for any reply to be added to the PR database, ] > [you need to include in the Cc line ] > [and leave the subject line UNCHANGED. This is not done] > [automatically because of the potential for mail loops. ] > [If you do not include this Cc, your reply may be ig- ] > [nored unless you are responding to an explicit request ] > [from a developer. ] > [Reply only with text; DO NOT SEND ATTACHMENTS! ] > > > Synopsis: ap_vformatter barfs on %n in log message > > State-Changed-From-To: open-feedback > State-Changed-By: marc > State-Changed-When: Fri Nov 6 10:14:22 PST 1998 > State-Changed-Why: > Please give an exact example of a function call to log_error > that uses %n and shows this problem. > > I'm not sure how this would be related to PR#2941 that you > mention. >