CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/14 17:32:27
Modified files:
usr.bin/ssh : sshbuf-getput-basic.c sshbuf.h
Log message:
add some functions to perform random-access read/write operations
inside buffers with bounds checking. Intended to replace manual
pointer arithmetic wherever possible.
feedback and ok markus@
