CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/06/28 20:08:55

Modified files:
        usr.bin/ssh    : ed25519-openssl.c 

Log message:
Fix bounds checking when signing messages of length greater than will
fit in a size_t.
In OpenSSH, messages sizes are bounded by SSHBUF_SIZE_MAX so this was
unreachable.
>From Swival scanner.

Reply via email to