MaskRay added a comment.

This patch is correct. A clarification of the description:

> Previous implementation was incorrectly passing an integer, that got 
> converted to a pointer, to finalize the hash computation.

Working (an `uint64_t`) was truncated to an `uint8_t`, converted to a 
one-element `ArrayRef<uint8_t>`, then passed to `MD5.update`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79961/new/

https://reviews.llvm.org/D79961



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to