[PATCH] D69160: [obj2yaml] - Stop triggering UB when dumping corrupted strings.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 14:50:42 PDT 2019


rupprecht accepted this revision.
rupprecht added inline comments.


================
Comment at: test/tools/obj2yaml/invalid-section-name.yaml:3
+## Here we replace "foo" name with a sequence of characters that
+## do are not representable as unsigned char.
+## We used to have an assert for this case before. 
----------------
nit: remove "do"


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

https://reviews.llvm.org/D69160





More information about the llvm-commits mailing list