Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | Disable native strndup and strnlen on AIX. | Darren Tucker | |
On at least some revisions of AIX, strndup returns unterminated strings under some conditions, apparently because strnlen returns incorrect values in those cases. Disable both on AIX and use the replacements from openbsd-compat. Fixes problem with ECDSA keys there, ok djm. | |||
2011-09-29 | - (dtucker) [configure.ac openbsd-compat/Makefile.in | Darren Tucker | |
openbsd-compat/strnlen.c] Add strnlen to the compat library. |