Commit 7fc39038 authored by A. Jesse Jiryu Davis's avatar A. Jesse Jiryu Davis
Browse files

CDRIVER-2693 segfault in bson_b64_pton

The function relies on data that is initialized by mongoc_init, but a
libbson-only application never calls mongoc_init. Use pthread_once to
initialize the data on demand instead.
parent 084c8796
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment