-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
Problem Statement/Rationale
v := bsoncore.Value{ Type: bsontype.String, Data: []byte("\x00\x00\x00\x00"), } _, _ = v.StringValueOK()
This code will throw a panic, due to an invalid slice operation on
https://github.com/mongodb/mongo-go-driver/blob/master/x/bsonx/bsoncore/bsoncore.go#L825