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
F103241828: D29463.diff
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
Unknown Object (File)
Sep 5 2024, 2:39 PM
Unknown Object (File)
Sep 2 2024, 8:07 PM
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