Build date: 1777068003 - Fri Apr 24 22:00:03 UTC 2026 Build cvs date: 1777043420 - Fri Apr 24 15:10:20 UTC 2026 Build id: 2026-04-25.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/pkcs7/pk7_doit.c M sys/dev/usb/uhidev.c P sys/net/pipex_local.h P sys/net/trunklacp.c P usr.bin/tmux/window.c M usr.sbin/bgpd/session.c commit 3rwKWY3OoLvjvulC Author: tb Date: 2026/04/24 15:10:20 Simplify PKCS7_get_issuer_and_serial() The i variable is unused. Likewise for the first assignment to ri. Instead of an incomplete check that idx is in range, which still results in a NULL deref if idx < 0, check if ri is not NULL before accessing, as sk_value() checks the index correctly. ok jsing kenjiro lib/libcrypto/pkcs7/pk7_doit.c commit dsonjGMk4yesxHKX Author: jsg Date: 2026/04/24 13:25:44 use __kprintf__ not __printf__ for format attributes avoids format warnings with clang 21 and later ok robert@ sys/net/pipex_local.h sys/net/trunklacp.c commit IGwy4yAhw98Q7QNX Author: nicm Date: 2026/04/24 10:08:52 No need to stravis the window name twice. usr.bin/tmux/window.c