Bug 218007

Summary: sys/contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c: PVS-Studio: V547: Expression 'value < 0' is always false
Product: Base System Reporter: Svyatoslav <razmyslov>
Component: kernAssignee: freebsd-wireless (Nobody) <wireless>
Status: New ---    
Severity: Affects Many People Keywords: patch
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git patch none

Description Svyatoslav 2017-03-22 13:42:00 UTC
Created attachment 181056 [details]
git patch

We have found and fixed a bug using PVS-Studio tool. PVS-Studio is a static code analyzer for C, C++ and C#: https://www.viva64.com/en/pvs-studio/

Analyzer warning: V547 Expression 'value < 0' is always false. Unsigned type value is never < 0. ar9300_xmit.c 450