]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_proxy_strncpy should correctly handle src being NULL.
authorJim Jagielski <jim@apache.org>
Thu, 17 Oct 2013 15:02:04 +0000 (15:02 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Oct 2013 15:02:04 +0000 (15:02 +0000)
commitda071e65b6b7be22fcd7b7d245087869c1c0d87a
treeeccd2ad2a5018b2ae46f80a9a31fb22be71b8e5c
parent8ce3c1fcefeb8bbbfcc7750492b77615ea8ee8a4
ap_proxy_strncpy should correctly handle src being NULL.
Actually, apr_cpystrn() should as well...

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