]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1701545 from trunk:
authorJim Jagielski <jim@apache.org>
Wed, 16 Sep 2015 13:32:21 +0000 (13:32 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 16 Sep 2015 13:32:21 +0000 (13:32 +0000)
commitfbc473de16886343d4eb11df9d422408fb6d4bde
tree4a1c1f96c30f831e4b8dea357b660a5097d5459a
parentc0b7feb834baa215202685a4a1031896601ca20e
Merge r1701545 from trunk:

Improve macro definition in order to avoid potential precedence issues.

For example, sparse spotted that the following line was spurious:
        newcond->flags &= ~CONDFLAG_NOCASE;
It this particular case, 2 bits were resetted (instead of only 1). This was harmless because the first bit (i.e. CONDFLAG_NONE) is never tested as-is.
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1703403 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/mappers/mod_rewrite.c