orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

Misaligned raw pointer crash when initializing ObjectID #59

Closed Andrewangeta closed 5 years ago

Andrewangeta commented 5 years ago

In BSON 7.0 on the master branch, I've saved a document in MongoDB and copied out the raw string from Compass for testing etc.

I try to initialize the ObjectID from the raw string and get a crash

Screen Shot 2019-07-19 at 9 38 45 PM
Joannis commented 5 years ago

Thanks again for the report! Fixed