mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 14:59:00 +08:00
👌 fixed comment #1320
This commit is contained in:
parent
7ce720b700
commit
d97fa30795
@ -51,7 +51,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||
}
|
||||
catch (const json::parse_error&)
|
||||
{
|
||||
// parsing a CBOR serialization must not fail
|
||||
// parsing a BSON serialization must not fail
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user