[PATCH] D37331: [ELF] Prevent crash with binary inputs with non-ascii file names

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 13:27:14 PDT 2017


ruiu added a comment.

Not all users have set their language to US-English, and depending on the language/encoding settings, the pound sign could be interpreted and possibly be converted to some other character (which might change the size of the string or could even cause "bad character" error?), no?


https://reviews.llvm.org/D37331





More information about the llvm-commits mailing list