[lldb-dev] [Bug 47528] LLDB isn't checking signatures when loading modules from a minidump
via lldb-dev
lldb-dev at lists.llvm.org
Wed Sep 16 13:50:32 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47528
Adrian McCarthy <amccarth at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|lldb-dev at lists.llvm.org |amccarth at google.com
--- Comment #2 from Adrian McCarthy <amccarth at google.com> ---
Thanks for the tip. There's definitely a special path through the code for a
file that matches the path stored in the minidump. That path is bypassing the
version checking. The solution might involve keeping it as a candidate match
and proceeding through the search to see if there's one that does have a
matching UUID. Obviously, a matching UUID should win. But if there if there
are no matches, then we can use the candidate that didn't have the UUID.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20200916/79d00087/attachment.html>
More information about the lldb-dev
mailing list