[PATCH] D85350: [msan] Support %ms in scanf.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 13:32:06 PDT 2020


eugenis added a comment.

The problem with "a" is that we do not always know what it means exactly (could be a float), and it's dangerous to dereference the pointer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85350



More information about the llvm-commits mailing list