|
Author:
{'name': 'Henrik Edin', 'email': 'henrik.edin@mongodb.com', 'username': 'henrikedin'}
Message: SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or compressed v2 buckets
- Changed BSONColumn::operator[] interface so we can differentiate skipped element from out of bounds
- Replaced BadValue error codes in BSONColumn for unique assertion ids
- Throw exception when interleaved mode exits unexpectedly when it shouldn't
- Test and handle buckets where the compressed columns contain different amount of fields
Branch: master
https://github.com/mongodb/mongo/commit/6e98a462d6e3f2222bc53bc948b60721e7879999
|