You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove unused `_mongocrypt_new_json_string_from_binary`
* remove unused `tmp_buf`
* replace calls of `sprintf` with `bson_snprintf` or `snprintf`
* check return values of `snprintf` and `bson_snprintf`
* fix bound check of `bson_snprintf`
The return value does not include the NULL byte. To ensure no truncation occurs, the return value must be strictly less than the buffer size.
0 commit comments