]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ether: Add a KMSAN check for transmitted frames
authorMark Johnston <markj@FreeBSD.org>
Wed, 11 Aug 2021 20:23:12 +0000 (16:23 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 11 Aug 2021 20:33:41 +0000 (16:33 -0400)
commit24fe46128495fc32b31729d9bba86dd7c5280ce3
tree6329aa9328d020b5f6cde2135c8fb37e52e95f9d
parent645b7efd496d649211056be0e2d3525ef21dc53d
ether: Add a KMSAN check for transmitted frames

This helps ensure that outbound packet data is initialized per KMSAN.

Sponsored by: The FreeBSD Foundation
sys/net/if_ethersubr.c