Build date: 1742511602 - Thu Mar 20 23:00:02 UTC 2025 Build cvs date: 1742463707 - Thu Mar 20 09:41:47 UTC 2025 Build id: 2025-03-21.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P lib/libcrypto/asn1/x_name.c P sys/net/if.c commit yHvhlI9YWopuHzfa Author: tb Date: 2025/03/20 09:41:47 Plug a memory leak in x509_name_encode() This is nearly identical to a leak fixed by miod 10 years ago in x509_name_canon() but was missed in r1.30. This entire file needs a metric ton of bleach, but my head currently spins too much for tackling this, so go with the cheap one-liner. From Niels Dossche lib/libcrypto/asn1/x_name.c commit FKkbRdXmfKZZNfQH Author: bluhm Date: 2025/03/19 23:29:49 Reset error for ifconfig tcplro. To prevent returning an error from ioctl(2) after ifsetlro() has succeeded, reset the error variable. with and OK jan@ sys/net/if.c