Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | ChangeLog and ReleaseNotes for 0.3.3.11 | Nick Mathewson | |
2018-09-14 | rust/protover: use .and_not_in() instead of .retain() in all_supported() | cypherpunks | |
.retain() would allocating a Vec of billions of integers and check them one at a time to separate the supported versions from the unsupported. This leads to a memory DoS. Closes ticket 27206. Bugfix on e6625113c98c281b0a649598d7daa347c28915e9. |