CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/06/16 03:02:19
Modified files: usr.bin/ssh : sshbuf-misc.c Log message: Fix overflow check in sshbuf_dup_string. It's already constrained by SSHBUF_SIZE_MAX, but still worth fixing the check. Patch from afonot via github PR#573, with & ok djm@