[Bug 202296] usr/src/sys/dev/qlxgb/qla_hw.c:800: bad if tests ?
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 13 16:26:56 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202296
Bug ID: 202296
Summary: usr/src/sys/dev/qlxgb/qla_hw.c:800: bad if tests ?
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: dcb314 at hotmail.com
[usr/src/sys/dev/qlxgb/qla_hw.c:800]: (warning) Logical disjunction always
evaluates to true: EXPR != 8 || EXPR != 10.
Source code is
if ((*tcp_opt != 0x01) || (*(tcp_opt + 1) != 0x01) ||
(*(tcp_opt + 2) != 0x08) || (*(tcp_opt + 2) != 10)) {
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list