Page MenuHomeFreeBSD

libalias: Stats are unsigned
ClosedPublic

Authored by donner on May 31 2021, 10:10 PM.
Tags
None
Referenced Files
F71960206: D30587.diff
Wed, Nov 29, 2:08 AM
Unknown Object (File)
Fri, Nov 24, 10:33 PM
Unknown Object (File)
Fri, Nov 24, 10:33 PM
Unknown Object (File)
Fri, Nov 24, 10:33 PM
Unknown Object (File)
Fri, Nov 24, 10:33 PM
Unknown Object (File)
Fri, Nov 24, 9:33 PM
Unknown Object (File)
Fri, Nov 24, 6:58 PM
Unknown Object (File)
Fri, Nov 24, 3:02 PM

Details

Summary

Stats counters are used as unsigned valued (i.e. printf("%u")) but are
defined as signed int. This causes trouble later, so fix it early.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39621
Build 36510: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2021, 4:22 PM
This revision was automatically updated to reflect the committed changes.