-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix potential buffer overflow in insert_many
#254
Conversation
Pushed a different version of the fix. This is a more invasive change, but it leaves the code a bit simpler and much easier to reason about. The key observation is that the guard is no longer needed after we fill up the initial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with that change unless I'm missing something.
@bors-servo r=emilio |
📌 Commit 9998ba0 has been approved by |
☀️ Test successful - checks-travis |
Fixes #252.