[PATCH] D48397: [dsymutil] Force mmap'ing of binaries

Frederic Riss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 15:33:09 PDT 2018


friss added a comment.

If you have a local test case with an archive that triggers the malloc behavior, can you run an Asanified dsymutil on it with your patch applied? I'd like to make sure that nothing in dsymutil is going to access one past the end of the file.


Repository:
  rL LLVM

https://reviews.llvm.org/D48397





More information about the llvm-commits mailing list