| commit | 1365072560a0a4d31e079b4b7eedeb5911e6c65a | [log] [tgz] |
|---|---|---|
| author | Jens Axboe <axboe@kernel.dk> | Thu Aug 11 15:22:27 2022 -0600 |
| committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 11 15:22:27 2022 -0600 |
| tree | b340826c259775c2d567b8860be0522d30eb9943 | |
| parent | b1c016f5f8e03fdef5d01af13b66f340521172a8 [diff] |
Revert "test/file-verify: Fix reading from uninitialized buffer" We're just reading into these buffers, they need not get cleared. In fact for some tests it's beneficial to NOT have them cleared, as the faulting tends to show other issues. This reverts commit d8efaf3df0abbda513af142da3ee6ff41955bdda.