Author :
florian
Date :
2026-04-15 16:50:32
Hash :2f0d2c44 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@