https://bz.apache.org/bugzilla/show_bug.cgi?id=62549

            Bug ID: 62549
           Summary: httpd-2.4.34: 8 * Redundant condition
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: dcb...@hotmail.com
  Target Milestone: ---

[httpd-2.4.34/modules/cache/cache_util.c:713]: (style) Redundant condition:
warn_head!=NULL. 'A || (!A && B)' is equivalent to 'A || B'
[httpd-2.4.34/modules/cache/cache_util.c:732]: (style) Redundant condition:
warn_head!=NULL. 'A || (!A && B)' is equivalent to 'A || B'
[httpd-2.4.34/modules/cache/cache_util.c:789]: (style) Redundant condition:
warn_head!=NULL. 'A || (!A && B)' is equivalent to 'A || B'
[httpd-2.4.34/modules/cache/mod_cache.c:1904]: (style) Redundant condition:
warn_head!=NULL. 'A || (!A && B)' is equivalent to 'A || B'
[httpd-2.4.34/modules/cache/mod_cache.c:912]: (style) Redundant condition:
warn_head!=NULL. 'A || (!A && B)' is equivalent to 'A || B'
[httpd-2.4.34/modules/filters/mod_ext_filter.c:164]: (style) Redundant
condition: **args=='"'. '**args!='"' || (**args=='"' && escaping)' is
equivalent to '**args!='"' || escaping'
[httpd-2.4.34/server/mpm/netware/mpm_netware.c:1209]: (style) Redundant
condition: If 'EXPR == ' '', the comparison 'EXPR' is always true.
[httpd-2.4.34/server/util.c:853]: (style) Redundant condition: If 'EXPR ==
'\\'', the comparison 'EXPR' is always true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to