Searched hist:229477 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.cdiff 252623 Wed Jul 03 20:22:12 MDT 2013 pjd MFp4 @229477:

The gethostname(3) function won't work in capability mode, because reading
kern.hostname sysctl is not permitted there. Cache hostname early and use
cached value later.

Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
/freebsd-10.0-release/sys/netinet/
H A Din.cdiff 229477 Wed Jan 04 11:42:18 MST 2012 jhb In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), add
missing interface address list locking and grab a reference on the
matching interface address after dropping the lock while it is used to
avoid a potential use after free.

Reviewed by: bz
MFC after: 1 week

Completed in 118 milliseconds