Page MenuHomeFreeBSD

sockbuf: Add KMSAN checks to sbappend*()
ClosedPublic

Authored by markj on Jan 17 2023, 2:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 14 2024, 7:11 AM
Unknown Object (File)
Dec 20 2023, 5:54 AM
Unknown Object (File)
Dec 2 2023, 1:02 PM
Unknown Object (File)
Nov 23 2023, 3:12 PM
Unknown Object (File)
Nov 12 2023, 8:16 AM
Unknown Object (File)
Nov 12 2023, 8:00 AM
Unknown Object (File)
Jul 1 2023, 8:08 PM
Unknown Object (File)
Jul 1 2023, 1:55 PM
Subscribers

Details

Summary

Otherwise KMSAN only detects uninitialized memory when the contents of
the buffer are copied out to userspace or transmitted to a network
interface. At that point the KMSAN violation will be far removed from
its origin, so let's try to make debugging such problems a bit easier.

Diff Detail

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