NetBSD-Bugs archive

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

PR/47629 CVS commit: src/libexec/httpd



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

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47629 CVS commit: src/libexec/httpd
Date: Sat, 9 Mar 2013 21:36:04 +0000

 Module Name:   src
 Committed By:  mrg
 Date:          Sat Mar  9 21:36:04 UTC 2013
 
 Modified Files:
        src/libexec/httpd: bozohttpd.c
 
 Log Message:
 fix PR 47629, using a slightly different patch to the one in the PR.
 
 this modifies escape_rfc3986() to escape '%' itself, and to properly
 track the buffer size and nul out the final byte, not some random
 byte that may actually be unmapped.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.32 -r1.33 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