Page MenuHomeFreeBSD

dhclient: correct struct ifreq allocation
ClosedPublic

Authored by brooks on Jun 28 2024, 2:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 8, 10:32 PM
Unknown Object (File)
Sat, Apr 4, 3:24 AM
Unknown Object (File)
Fri, Apr 3, 11:43 PM
Unknown Object (File)
Wed, Apr 1, 7:19 AM
Unknown Object (File)
Mon, Mar 30, 3:34 AM
Unknown Object (File)
Sun, Mar 29, 7:56 AM
Unknown Object (File)
Sat, Mar 28, 12:14 PM
Unknown Object (File)
Fri, Mar 27, 3:43 AM
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.