boringssl/crypto/buf
David Benjamin 721e6e1500 Don't read past the end of the string in BUF_strndup.
BUF_strlcpy still assumes |src| is a NUL-terminated string and will call strlen
on it to determine the actual length. BUF_strndup's input need not be
NUL-terminated.

Change-Id: I9ca95e92533d12f1b0283412249bda4f8cf92433
Reviewed-on: https://boringssl-review.googlesource.com/1997
Reviewed-by: Adam Langley <agl@google.com>
2014-10-20 20:07:02 +00:00
..
buf_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
buf.c Don't read past the end of the string in BUF_strndup. 2014-10-20 20:07:02 +00:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00