CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/05/05 07:25:22
Modified files: sbin/mountd : mountd.c Log message: Clear the resp buffer before calling getfh(). If getfh fails the response would leak stack memory to the less privileged process. Reported by S. Ai, H. Lefeuvre, Systopia team OK deraadt@