| 498b6497 | 26-Jul-2019 |
Kyle Evans <[email protected]> |
MFC r344226, r344234: stand: zfs memory corruption bug
r344226: Fix memory corruption bug introduced in r325310
The bug occurred when a bounce buffer was used and the requested read size was greate
MFC r344226, r344234: stand: zfs memory corruption bug
r344226: Fix memory corruption bug introduced in r325310
The bug occurred when a bounce buffer was used and the requested read size was greater than the size of the bounce buffer. This commit also rewrites the read logic so that it is easier to systematically verify all alignment and size cases.
r344234: It turns out r344226 narrowed the overrun bug but did not eliminate it entirely
This commit fixes a remaining output buffer overrun in the single-sector case when there is a non-zero tail.
show more ...
|
| 152583f4 | 05-Jun-2019 |
Leandro Lupori <[email protected]> |
MFC r348025: Unbreak the build when `ELF_VERBOSE` is defined after r348005
This change properly terminates the formatting string quote modification done in r348005, which is triggered when `ELF_VERB
MFC r348025: Unbreak the build when `ELF_VERBOSE` is defined after r348005
This change properly terminates the formatting string quote modification done in r348005, which is triggered when `ELF_VERBOSE` is defined.
Reported by: ci (amd64, gcc)
show more ...
|