-
- Downloads
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
Showing
- CHANGES 5 additions, 0 deletionsCHANGES
- modules/dav/fs/repos.c 1 addition, 1 deletionmodules/dav/fs/repos.c
- modules/generators/mod_autoindex.c 2 additions, 2 deletionsmodules/generators/mod_autoindex.c
- modules/mappers/mod_negotiation.c 1 addition, 1 deletionmodules/mappers/mod_negotiation.c
- modules/mappers/mod_speling.c 5 additions, 8 deletionsmodules/mappers/mod_speling.c
- modules/test/mod_autoindex.c 1 addition, 1 deletionmodules/test/mod_autoindex.c
- server/config.c 1 addition, 1 deletionserver/config.c
Loading
Please register or sign in to comment