]> 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)
commit83c2b3f96bad0883376b667fdc67854d6f2c0ee2
tree30275961653f76d7003e110fd0576bb4a2d7db86
parent214ce806b63a23c3164e5aa12121a1855ff540c3
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