Page MenuHomeFreeBSD

dhclient: correct struct ifreq allocation
ClosedPublic

Authored by brooks on Jun 28 2024, 2:08 PM.
Tags
None
Referenced Files
F110022594: D45769.diff
Wed, Feb 12, 3:10 PM
Unknown Object (File)
Fri, Feb 7, 8:34 PM
Unknown Object (File)
Fri, Jan 24, 5:27 PM
Unknown Object (File)
Thu, Jan 23, 6:25 PM
Unknown Object (File)
Sat, Jan 18, 5:56 PM
Unknown Object (File)
Jan 10 2025, 8:51 PM
Unknown Object (File)
Nov 26 2024, 5:39 PM
Unknown Object (File)
Nov 19 2024, 3:04 PM
Subscribers

Details

Summary

ioctl commands such as BIOCSETIF take a struct ifreq and due to
FreeBSD's ioctl implementation copy exactly sizeof(struct ifreq) bytes
in so allocate exactly that much space.

The over-allocaton was harmless, but useless.

Reported by: def
Fixes: e2dc8d789f68a dhclient: do not add 0.0.0.0 interface alias.
Sponsored by: DARPA, AFRL

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 58385
Build 55273: arc lint + arc unit

Event Timeline

This was previously been fixed in f2c99d387c4770a7516237d5829b140e41a748d9 where the under allocation was potentially not harmless.

This revision is now accepted and ready to land.Jun 28 2024, 2:19 PM
This revision was automatically updated to reflect the committed changes.