Do not read past the size of the buffer (after Tokio 0.3)
[?]
Jan 7, 2021, 3:19 PM
ASD7JVBE5JDXVE7HFL2ZEEBOQZQ7WTROZNDC2EPNKQ2HNMI4LO5QCDependencies
- [2]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0 - [3]
ELRPPXSGFixing conflicts - [4]
E2SB74SVVersion 0.30.3 - [5]
PDTFLA4YVersion 0.30.7 - [6]
VYDCQWSFVersion 0.30.6 - [7]
634OYCNMTokio 0.3 - [8]
TFYJ3P2AVersion 0.30.8/0.19.4, and solving conflicts - [9]
CQSPFH4HVersion 0.30.4 - [10]
DJT33BQEVersion bump - [11]
7FRJYUI6Reboot because of a bad change
Change contents
- replacement in thrussh/src/ssh_read.rs at line 64
let result = { buf.put_slice(&id.buf[id.bytes_read..id.total]) };let total = id.total.min(buf.remaining());let result = { buf.put_slice(&id.buf[id.bytes_read..total]) }; - replacement in thrussh/src/ssh_read.rs at line 67
id.bytes_read += id.total - id.bytes_read;id.bytes_read += total - id.bytes_read; - replacement in thrussh/Cargo.toml at line 5
version = "0.32.1"version = "0.32.2"