Page MenuHomeFreeBSD

The condition can never be true
ClosedPublic

Authored by bret_ketchum_dell.com on Aug 21 2020, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 27, 6:07 PM
Unknown Object (File)
Mon, Aug 26, 10:47 PM
Unknown Object (File)
Mon, Aug 26, 9:34 PM
Unknown Object (File)
Sat, Aug 24, 3:27 AM
Unknown Object (File)
Sat, Aug 24, 3:27 AM
Unknown Object (File)
Sat, Aug 24, 3:27 AM
Unknown Object (File)
Sat, Aug 24, 2:56 AM
Unknown Object (File)
Mon, Aug 19, 6:24 AM
Subscribers

Details

Summary

Coverity flagged this condition: The and condition offset == 0 && offset == 65535 can never be true because offset cannot be equal to two different values at the same time

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The same fix is applied in illumos (detected by smatch).

This revision is now accepted and ready to land.Aug 21 2020, 4:55 PM
This revision was automatically updated to reflect the committed changes.