]> granicus.if.org Git - apache/commit
Clarify an existing requirement of the server_portstr parameter
authorJeff Trawick <trawick@apache.org>
Mon, 5 May 2014 12:47:18 +0000 (12:47 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 5 May 2014 12:47:18 +0000 (12:47 +0000)
commita306773aa4b12f9d4c6f15dcbd2405c7067c01af
tree970cf8f2320086e2836f65c87796d6c1ae56eb5b
parent19b5b8531699493e10e55f1fdb0e0a8b4b9902b6
Clarify an existing requirement of the server_portstr parameter
to ap_proxy_determine_connection(): it must be a buffer of at
least one byte in size.

(And don't bother with using strcpy in order to zap a string.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592514 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c