diff options
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index b3217154ac0..05997c62210 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -4685,6 +4685,8 @@ posix_rchecksum (call_frame_t *frame, xlator_t *this,          VALIDATE_OR_GOTO (this, out);          VALIDATE_OR_GOTO (fd, out); +        memset (strong_checksum, 0, MD5_DIGEST_LEN); +          buf = CALLOC (1, len);          if (!buf) {                  op_errno = ENOMEM;  | 
