CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/29 15:37:52
Modified files:
usr.bin/ssh : auth2-chall.c
Log message:
Add explicit check for array overflow. The array is bounded by a
NULL sentinel which already prevents this, however since we check
the bit vector for overflow Coverity assumes that check is for the
devices array and flags it as a potential overflow. Adding this
additional check on the array placates CID 896018. ok djm@ deraadt@
