summaryrefslogtreecommitdiff
path: root/changes/bug27206
AgeCommit message (Collapse)Author
2019-01-07ChangeLog and ReleaseNotes for 0.3.3.11Nick Mathewson
2018-09-14rust/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.