mongo-c-driver icon indicating copy to clipboard operation
mongo-c-driver copied to clipboard

Fuzzing Utilities, and bson2json+json2bson tools

Open vector-of-bool opened this issue 2 years ago • 0 comments

This adds some basic fuzzing build utilities, and defines bson2json and json2bson command-line tools. This was useful in diagnosing and debugging CDRIVER-4383 and CDRIVER-3380. It replaces the prior fuzzing target file, which itself wasn't being built by any CMake code.

vector-of-bool avatar May 18 '22 19:05 vector-of-bool