]> granicus.if.org Git - apache/commit
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
authorBrian Pane <brianp@apache.org>
Sun, 23 Jun 2002 09:01:22 +0000 (09:01 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 23 Jun 2002 09:01:22 +0000 (09:01 +0000)
commit532256cce03d9111b84d053e9ec4c8ec381198cf
tree4660ef5a27c94dc883e0e08d4ff9984952aae31e
parentb8b4571d9ea2f69f5f89ca8e473da02e4093d8b2
Removed "tolower(++s)" idiom from ap_strcasestr(), to avoid side-effects
on any platform with a macro-based tolower() that references its argument
multiple times.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95867 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
server/util.c