Commit 9a9bc869 authored by dgaudet's avatar dgaudet
Browse files

- make mod_info_html_cmd_string() thread safe

- fix minor buffer overrun in mod_info_html_cmd_string() (it would only
hammer a \0 up to 5 bytes past the end of the buffer... nothing big)

- mod_info_load_config() switched to use getword_conf() just like the real
config parsing routines

- replace a bunch of ap_snprintf()/rputs() pairs with rprintf() for more
efficiency

Reviewed by:	Brian Behlendorf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@79812 13f79535-47bb-0310-9956-ffa450edef68
parent a4bb44fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment