diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-25 11:24:07 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-28 11:39:03 -0700 |
| commit | d288eba0a5b1fb379a58e1fb6c16b149b6758b3d (patch) | |
| tree | 04b3f05d53add562b97e738904359b5d453d03a7 /CMakeLists.txt | |
| parent | 601c64ec4f2b8a41fba59d31a987090feeb69e84 (diff) | |
| download | nng-d288eba0a5b1fb379a58e1fb6c16b149b6758b3d.tar.gz nng-d288eba0a5b1fb379a58e1fb6c16b149b6758b3d.tar.bz2 nng-d288eba0a5b1fb379a58e1fb6c16b149b6758b3d.zip | |
Add nni_strnlen.
More string safety for stuff coming from externals.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 87320843..06009b28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,6 +242,7 @@ endif () nng_check_sym (strdup string.h NNG_HAVE_STRDUP) nng_check_sym (strlcat string.h NNG_HAVE_STRLCAT) nng_check_sym (strlcpy string.h NNG_HAVE_STRLCPY) +nng_check_sym (strnlen string.h NNG_HAVE_STRNLEN) add_subdirectory (src) |
