Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 51670 invoked from network); 1 Dec 2003 17:58:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Dec 2003 17:58:03 -0000 Received: (qmail 32357 invoked by uid 500); 1 Dec 2003 17:57:54 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 32325 invoked by uid 500); 1 Dec 2003 17:57:53 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 32270 invoked from network); 1 Dec 2003 17:57:53 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 1 Dec 2003 17:57:53 -0000 Received: (qmail 14356 invoked by uid 50); 1 Dec 2003 17:58:06 -0000 Date: 1 Dec 2003 17:58:06 -0000 Message-ID: <20031201175806.14355.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 17191] - Patch for mod_auth_digest to remove use of tmpnam X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17191 Patch for mod_auth_digest to remove use of tmpnam trawick@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From trawick@apache.org 2003-12-01 17:58 ------- Note that the logic from your patch, which I copied below, is usually going to segfault. Also, the associated feature of mod_auth_digest is disabled via "#define APR_HAS_SHARED_MEMORY 0" until other problems are resolved. For now I'm marking the PR as invalid, but feel free to re-open if you can correct this issue (see doc for apr_file_mktemp()) and submit a new, tested patch. Thanks! + char *shm_create_name; - /* set up client list */ + sts = apr_file_mktemp(&tmpfile, shm_create_name, 0, ctx); --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org