]> granicus.if.org Git - apache/commit
* Fix a off-by-one error in parse_format_tag in the case that the last character
authorRuediger Pluem <rpluem@apache.org>
Wed, 24 Jan 2007 21:08:44 +0000 (21:08 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 24 Jan 2007 21:08:44 +0000 (21:08 +0000)
commitd8c62064ba606b88056ff6f2a3b1adae2d19727f
treebf74bee12da4f838362c5dbcc52e8dcf4c3bf35f
parent131bf0792100db602bb68530effadc48074fcc81
* Fix a off-by-one error in parse_format_tag in the case that the last character
  of the string to which *sa points is a %. In this case the while loop in
  parse_format_string would call parse_format_tag with a pointer to a memory
  region that starts one byte after the string to which s in parse_format_string
  points to.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@499567 13f79535-47bb-0310-9956-ffa450edef68
modules/metadata/mod_headers.c