Page MenuHomeFreeBSD

pf: Avoid leaking pad bytes in struct pfr_astats when copying out
ClosedPublic

Authored by markj on May 31 2021, 6:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 1:31 PM
Unknown Object (File)
Wed, May 13, 1:09 AM
Unknown Object (File)
Tue, May 12, 5:15 PM
Unknown Object (File)
Tue, May 12, 3:20 PM
Unknown Object (File)
Tue, May 12, 10:56 AM
Unknown Object (File)
Tue, May 12, 5:58 AM
Unknown Object (File)
Mon, May 11, 10:12 PM
Unknown Object (File)
Sun, May 3, 1:05 PM

Details

Summary

There is padding between pfr_astats.pfras_a and pfras_packets that was
not getting initialized.

Reported by: KMSAN

Test Plan

pf regression tests

Diff Detail

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

Event Timeline

markj requested review of this revision.May 31 2021, 6:50 PM
markj added a reviewer: kp.
This revision is now accepted and ready to land.May 31 2021, 6:51 PM

Zero the correct pointer.

This revision now requires review to proceed.May 31 2021, 8:56 PM
This revision is now accepted and ready to land.Jun 1 2021, 7:12 AM
In D30585#686909, @kp wrote:

MFC after: ?

Will MFC after 1 week. (I'm not in the habit of including that in review descriptions, but I should start...)