buffer_get_string_ptr's return should be const to remind
authordjm <djm@openbsd.org>
Mon, 28 Apr 2014 03:09:18 +0000 (03:09 +0000)
committerdjm <djm@openbsd.org>
Mon, 28 Apr 2014 03:09:18 +0000 (03:09 +0000)
commita06cba944488780784cecf31d7789e93f4287410
treec421a908c88de86d0b1a4a786c9370b8eaacab2f
parentb72d2ce07a5aa4c69a70ee8544070a63f9db5964
buffer_get_string_ptr's return should be const to remind
callers that futzing with it will futz with the actual buffer
contents
usr.bin/ssh/authfile.c
usr.bin/ssh/bufaux.c
usr.bin/ssh/buffer.h
usr.bin/ssh/channels.c
usr.bin/ssh/krl.c
usr.bin/ssh/mux.c
usr.bin/ssh/packet.c
usr.bin/ssh/packet.h
usr.bin/ssh/ssh-keygen.c