Allow OR'able option values
[fio.git] / verify.c
index 59f1ddf341e6d5add86a3c2874137ec78870afda..c894b600525c5969d5ddefb1d9eafe51c6a7ece9 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -212,7 +212,7 @@ static int verify_io_u_sha256(struct verify_header *hdr, struct io_u *io_u,
 {
        void *p = io_u_verify_off(hdr, io_u, header_num);
        struct vhdr_sha256 *vh = hdr_priv(hdr);
-       uint8_t sha256[128];
+       uint8_t sha256[64];
        struct sha256_ctx sha256_ctx = {
                .buf = sha256,
        };