Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
Build 7 08/10/15, Build 8 08/31/15
Description
Some systems we target (sometimes) like Solaris 10 don't have strnlen. We should add a configure check and optional polyfill for this function.
The legacy C++ driver already does this, see:
In the server repo, this function should probably live in mongo/stdx/string and be called stdx::strnlen.