Page MenuHomeFreeBSD

libalias: Stats are unsigned
ClosedPublic

Authored by donner on May 31 2021, 10:10 PM.
Tags
None
Referenced Files
F147693290: D30587.diff
Thu, Mar 12, 11:26 PM
Unknown Object (File)
Thu, Mar 5, 6:16 PM
Unknown Object (File)
Mon, Mar 2, 10:11 AM
Unknown Object (File)
Sat, Feb 28, 10:00 AM
Unknown Object (File)
Sat, Feb 28, 2:43 AM
Unknown Object (File)
Fri, Feb 27, 9:10 PM
Unknown Object (File)
Wed, Feb 25, 1:44 PM
Unknown Object (File)
Tue, Feb 17, 6:43 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.