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
F147223303: D30585.id.diff
Mon, Mar 9, 6:11 AM
Unknown Object (File)
Sun, Mar 8, 9:26 PM
Unknown Object (File)
Fri, Feb 27, 9:47 AM
Unknown Object (File)
Fri, Feb 27, 1:32 AM
Unknown Object (File)
Thu, Feb 26, 2:46 PM
Unknown Object (File)
Thu, Feb 26, 9:01 AM
Unknown Object (File)
Thu, Feb 26, 7:25 AM
Unknown Object (File)
Feb 1 2026, 9:18 AM

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...)