CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/15 10:50:32
Modified files:
sbin/dhcpleased: dhcpleased.c dhcpleased.h engine.c frontend.c
Log message:
Do not pass pointers over privilege boundaries.
These might give hints about the address layout of the privileged
process. Instead, don't be lazy and pass an imsg struct that only
contains data and no pointers.
Issue raised by Systopia Team.
Input & OK claudio@
Prodding & "I love it" deraadt@
