Page MenuHomeFreeBSD

ffs: Correct the input size check in sysctl_ffs_fsck()
ClosedPublic

Authored by markj on May 31 2021, 7:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 10, 6:47 PM
Unknown Object (File)
Dec 6 2024, 3:10 AM
Unknown Object (File)
Nov 15 2024, 4:31 AM
Unknown Object (File)
Nov 2 2024, 12:12 AM
Unknown Object (File)
Nov 2 2024, 12:12 AM
Unknown Object (File)
Nov 2 2024, 12:11 AM
Unknown Object (File)
Nov 1 2024, 11:49 PM
Unknown Object (File)
Oct 4 2024, 11:14 PM
Subscribers

Details

Summary

Make sure we return an error if no input was specified, or if it is
shorter than the size of the command structure.

Reported by: KMSAN
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable