Attempting to insert a document larger than 16793600 bytes crashes a 4.2.0-rc6 server. See the backtrace in the attached mongod.log.
On 4.0.11 the same OP_MSG request returns a command error response to the client with "assertion src/mongo/util/hex.cpp:98".
- is caused by
-
PYTHON-1943 PyMongo does not validate bson document size in OP_MSG bulk writes
- Backlog
- is duplicated by
-
SERVER-43219 BSONObj DataType Handler is unsafe
- Closed