[PATCH] D74359: [compiler-rt] FuzzedDataProvider: add ConsumeData method.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 13:46:10 PST 2020


Dor1s added a comment.

Thanks for the review. I can't think of a good application for the hash. Anything I come up with is better to be done either without hashing or even without FDP.

- Removed the hash
- Added test
- Renamed `ConsumeMemory` to `ConsumeData`, as the former sounds a bit ambiguous (like memory consumption is more about memory being allocated, while here it's just values being copied, i.e. data)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74359





More information about the llvm-commits mailing list