Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 25807 invoked from network); 9 Sep 2007 19:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2007 19:11:36 -0000 Received: (qmail 87488 invoked by uid 500); 9 Sep 2007 19:11:29 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 87445 invoked by uid 500); 9 Sep 2007 19:11:29 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 87432 invoked by uid 99); 9 Sep 2007 19:11:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2007 12:11:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Sep 2007 19:11:35 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 3EE92714208; Sun, 9 Sep 2007 12:11:15 -0700 (PDT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 43334] - Garbage characters in Server header and version string when using mod_ssl statically In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070909191115.3EE92714208@brutus.apache.org> Date: Sun, 9 Sep 2007 12:11:15 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43334 rpluem@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From rpluem@apache.org 2007-09-09 12:11 ------- Could you please try if the following makes the error go away?: Index: ssl_engine_vars.c =================================================================== --- ssl_engine_vars.c (Revision 573732) +++ ssl_engine_vars.c (Arbeitskopie) @@ -640,7 +640,7 @@ static char *library = NULL; char *result; - if (!library) { + { char *cp, *cp2; library = apr_pstrdup(p, SSL_LIBRARY_DYNTEXT); if ((cp = strchr(library, ' ')) != NULL) { This patch is no solution, but should help finding the root cause. I for myself cannot reproduce this currently. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org