-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: libmongoc
bson_strncpy uses the safer strncpy_s if compiling on Windows, and strncpy otherwise. We should use strncpy_s wherever it is available.