NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47925 CVS commit: src/libexec/httpd



The following reply was made to PR bin/47925; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47925 CVS commit: src/libexec/httpd
Date: Sun, 23 Jun 2013 20:32:56 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Sun Jun 23 20:32:55 UTC 2013
 
 Modified Files:
        src/libexec/httpd: bozohttpd.c
 
 Log Message:
 Do not keep pointers into a readdir result (which will become invalid
 when closing the directory) - strdup() it instead.
 Fixes the "bogus redirects" part of PR bin/47925 (atf test case
 forthcoming)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/libexec/httpd/bozohttpd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index