Page MenuHomeFreeBSD

Fix several dev_clone callbacks to avoid out-of-bounds reads
ClosedPublic

Authored by markj on Mar 28 2021, 12:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 7:49 PM
Unknown Object (File)
Fri, Nov 22, 6:45 PM
Unknown Object (File)
Fri, Nov 22, 1:32 PM
Unknown Object (File)
Oct 19 2024, 3:48 PM
Unknown Object (File)
Oct 19 2024, 3:48 PM
Unknown Object (File)
Oct 19 2024, 3:48 PM
Unknown Object (File)
Oct 19 2024, 3:31 PM
Unknown Object (File)
Oct 17 2024, 11:23 AM
Subscribers

Details

Summary

Use strncmp() instead of bcmp(), so that we don't have to find the
minimum of the string lengths before comparing.

Reported by: KASAN

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 38134
Build 35023: arc lint + arc unit