Files
rust/library
Matthias Krüger a98df54bdc Rollup merge of #137832 - wgwoods:fix-bufreader-peek, r=joboet
Fix crash in BufReader::peek()

`bufreader_peek` tracking issue: #128405

This fixes a logic error in `Buffer::read_more()` that would make `BufReader::peek()` expose uninitialized data and/or segfault if `read_more()` was called with a partially-full buffer and a non-empty inner reader.
2025-03-07 10:02:22 +01:00
..
2025-02-13 14:32:50 -08:00
2025-02-18 09:32:44 -08:00
2025-02-09 17:11:13 +00:00
2025-03-06 11:11:55 -08:00
2025-02-18 09:32:44 -08:00