Page MenuHomeFreeBSD

Fix routing sysctl leaks.
ClosedPublic

Authored by markj on Nov 25 2018, 10:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 7:50 PM
Unknown Object (File)
Oct 3 2024, 9:59 PM
Unknown Object (File)
Oct 1 2024, 1:14 PM
Unknown Object (File)
Sep 18 2024, 2:16 AM
Unknown Object (File)
Sep 8 2024, 7:00 AM
Unknown Object (File)
Sep 5 2024, 11:37 PM
Unknown Object (File)
Aug 20 2024, 5:27 PM
Unknown Object (File)
Aug 12 2024, 6:26 PM
Subscribers

Details

Summary

Some of the structures exported by sysctl_rtsock() contain padding
fields. A few of these were explicitly zeroed, but some were not. For
now, fix the problem by identifying the remaining pad fields and
clearing them.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable