Page MenuHomeFreeBSD

tftpd: Use `size_t` where appropriate.
ClosedPublic

Authored by des on Apr 25 2024, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 10:48 AM
Unknown Object (File)
Wed, Dec 11, 4:56 AM
Unknown Object (File)
Nov 8 2024, 12:37 PM
Unknown Object (File)
Nov 8 2024, 9:38 AM
Unknown Object (File)
Oct 5 2024, 8:56 AM
Unknown Object (File)
Oct 5 2024, 4:35 AM
Unknown Object (File)
Oct 4 2024, 5:53 PM
Unknown Object (File)
Oct 4 2024, 12:33 PM
Subscribers

Details

Summary
  • Limit the use of ssize_t to only where it's needed.
  • Correct one case of int being used for a length.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57365
Build 54253: arc lint + arc unit