HomeFreeBSD

tftpd: Use `size_t` where appropriate.

Description

tftpd: Use size_t where appropriate.

  • 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.
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D44954

Details

Provenance
desAuthored on Apr 25 2024, 6:35 PM
Reviewer
kevans
Differential Revision
D44954: tftpd: Use `size_t` where appropriate.
Parents
rG73585176ffd8: if_bridge: Minor style fixes
Branches
Unknown
Tags
Unknown