[PATCH] D77216: [llvm-readobj] - Fix crashes and misbehaviors when reading strings from broken string tables.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 07:52:50 PDT 2020
jhenderson added a comment.
Hmmm... my first instinct here is that we should print a single warning out-of-line, and then use the "<?>" pattern in place of the invalid strings. That probably goes for the existing messages too. What do you think about that idea?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77216/new/
https://reviews.llvm.org/D77216
More information about the llvm-commits
mailing list