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, Dec 13, 3:12 AM
Unknown Object (File)
Thu, Dec 12, 2:02 AM
Unknown Object (File)
Wed, Dec 11, 8:40 PM
Unknown Object (File)
Nov 24 2024, 5:23 PM
Unknown Object (File)
Nov 22 2024, 5:21 PM
Unknown Object (File)
Nov 21 2024, 6:44 AM
Unknown Object (File)
Nov 20 2024, 1:58 AM
Unknown Object (File)
Nov 17 2024, 9:34 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.