From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Hi Jens, All test fixes of "reading uninitialized memory" bug. Mostly just a one liner change. Reported-by: Vitaly Chikunov <vt@xxxxxxxxxxxx> Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (10): test/cq-overflow: Don't call `io_uring_queue_exit()` if the ring is not initialized test/eeed8b54e0df: Initialize the `malloc()`ed buffer before `write()` test/file-verify: Fix reading from uninitialized buffer test/fixed-reuse: Fix reading from uninitialized array test/fpos: Fix reading from uninitialized buffer test/statx: Fix reading from uninitialized buffer test/submit-link-fail: Initialize the buffer before `write()` test/232c93d07b74: Fix reading from uninitialized buffer test/eventfd-disable: Fix reading uninitialized variable test/file-register: Fix reading from uninitialized buffer test/232c93d07b74.c | 2 +- test/cq-overflow.c | 5 +++-- test/eeed8b54e0df.c | 1 + test/eventfd-disable.c | 2 +- test/file-register.c | 2 +- test/file-verify.c | 5 ++++- test/fixed-reuse.c | 2 +- test/fpos.c | 3 +++ test/statx.c | 2 +- test/submit-link-fail.c | 2 +- 10 files changed, 17 insertions(+), 9 deletions(-) base-commit: 2757d61fa222739f77b014810894b9ccea79d7f3 -- Ammar Faizi