CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2025/06/19 04:28:41
Modified files: sbin/dhcp6leased: frontend.c Log message: Move the getifaddrs() call below the interface checks that can cause update_iface() to return early to avoid leaking the allocated memory if any of the checks fail. ok florian@ bluhm@ dlg@