Page MenuHomeFreeBSD

ktls: Zero out TLS_GET_RECORD control messages
ClosedPublic

Authored by markj on Jan 19 2022, 8:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 18, 2:04 AM
Unknown Object (File)
Wed, Jan 15, 9:17 PM
Unknown Object (File)
Wed, Jan 1, 6:00 PM
Unknown Object (File)
Dec 27 2024, 2:26 AM
Unknown Object (File)
Dec 20 2024, 7:51 PM
Unknown Object (File)
Dec 20 2024, 1:59 PM
Unknown Object (File)
Dec 11 2024, 8:31 PM
Unknown Object (File)
Dec 8 2024, 6:14 PM
Subscribers

Details

Summary

Otherwise we end up copying uninitialized bytes into the socket buffer.

Reported by: KMSAN

Diff Detail

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

Event Timeline

markj requested review of this revision.Jan 19 2022, 8:18 PM

Huh, we should be setting all of the fields? Is there a padding byte I guess?

In D33953#768089, @jhb wrote:

Huh, we should be setting all of the fields? Is there a padding byte I guess?

Yes, sorry the description isn't quite right. There is a single padding byte.

This revision is now accepted and ready to land.Jan 20 2022, 8:36 PM
This revision was automatically updated to reflect the committed changes.