Commit f76fea9a authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Replace two bad sprintf() calls with ap_snprintf() variants in mod_rewrite.

The sprintf()'s were incorrectly introduced recently because Ralf didn't
recognize that although the ap_psprintf() needs a pool (which is not available
at the particular place in mod_rewrite) we also have the non-pool based more
secure ap_snprintf() (which is now used).

Thanks to Marc for complaining and giving the hint to ap_snprintf().


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81517 13f79535-47bb-0310-9956-ffa450edef68
parent a1d2c005
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