]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
authorRyan Bloom <rbb@apache.org>
Fri, 5 Jan 2001 19:40:05 +0000 (19:40 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 5 Jan 2001 19:40:05 +0000 (19:40 +0000)
commitad0316efbee86977d4e5672ed0f5dd7cedab66bb
tree30275961653f76d7003e110fd0576bb4a2d7db86
parent62d794664c1ba09f7554e9304b9314c9c72f50b2
Stop copying file names that we get from apr_file_t's and apr_dir_t's.
We copy the data when we store it in the structures, we can just return
a pointer from there, and use const data.  This puts the onus back on
Apache to copy the data if it needs to modify it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87592 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/dav/fs/repos.c
modules/generators/mod_autoindex.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_speling.c
modules/test/mod_autoindex.c
server/config.c