CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/11 11:36:26
Modified files:
sys/net : if.c
Log message:
Fix copyout(9) error path winthin ifconf().
Currently if copyout() of interface address failed we continue with the
next interface, override error value and finally we modify `ifc_len' of
passed request. Return error value just after fail.
Also stop processing if userland buffer is full. No reason for lists
iterations null-ops.
ok bluhm deraadt
