[PATCH] D46274: [Support] Harden JSON against invalid UTF-8.

Ben Hamilton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 30 11:26:47 PDT 2018


benhamilton added a comment.

Is it super tricky to at least extract the UTF-8 validating and sanitizing functions into their own header and source files within the `Support` library, if not a separate library?


Repository:
  rL LLVM

https://reviews.llvm.org/D46274





More information about the llvm-commits mailing list