You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/07/17 10:46:30 UTC

[Bug 62549] New: httpd-2.4.34: 8 * Redundant condition

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: dcb314@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 62549] httpd-2.4.34: 8 * Redundant condition

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62549

Yann Ylavic <yl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
Thanks, addressed in r1837941.

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


[Bug 62549] httpd-2.4.34: 8 * Redundant condition

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62549

cbarbara@okta.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbarbara@okta.com

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