CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/15 07:11:38
Modified files:
usr.bin/ssh : sshbuf-misc.c sshbuf.h
Log message:
two more bounds-checking sshbuf counterparts to common string
operations: sshbuf_cmp() (bcmp-like) and sshbuf_find() (memmem like)
feedback and ok markus@
