Page MenuHomeFreeBSD

libalias: Stats are unsigned
ClosedPublic

Authored by donner on May 31 2021, 10:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 2:52 AM
Unknown Object (File)
Sat, Nov 1, 5:29 AM
Unknown Object (File)
Thu, Oct 30, 11:07 PM
Unknown Object (File)
Mon, Oct 27, 4:00 PM
Unknown Object (File)
Oct 23 2025, 1:41 AM
Unknown Object (File)
Oct 18 2025, 3:42 PM
Unknown Object (File)
Oct 9 2025, 2:35 PM
Unknown Object (File)
Oct 7 2025, 11:57 AM

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.