CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/27 15:24:09
Modified files:
sbin/mountd : mountd.c
Log message:
Rewrite the imsg code to be more modern.
Split the code into independent send and recv functions that properly
send some of the more complex messages without leaking extra data or
causing problems on recv (e.g. by passing string buffers).
This also kills the send_imsg wrapper which kind of is the cause that
everything was passed as one big blob.
OK rsadowski@
