Description
Given a field name that's not valid UTF-8, bson_iter_visit_all should execute the "visit_corrupt" callback and return false. Instead, it cancels iteration and returns true, as if the document ended correctly at the previous field.
Given a field name that's not valid UTF-8, bson_iter_visit_all should execute the "visit_corrupt" callback and return false. Instead, it cancels iteration and returns true, as if the document ended correctly at the previous field.