Uh oh!
There was an error while loading. Please reload this page.
Fix potential buffer overflow in insert_many - #254
Conversation
mbrubeck
commented
Jan 8, 2021
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 |
emilio
left a comment
There was a problem hiding this comment.
r=me with that change unless I'm missing something.
Uh oh!
There was an error while loading. Please reload this page.
mbrubeck
commented
Jan 8, 2021
@bors-servo r=emilio |
bors-servo
commented
Jan 8, 2021
📌 Commit 9998ba0 has been approved by |
bors-servo
commented
Jan 8, 2021
bors-servo
commented
Jan 8, 2021
☀️ Test successful - checks-travis |
Record servo/rust-smallvec#254 as an additional real PR-diff dogfood sample and keep support-tier claims experimental.
Fixes#252.