[PATCH] D27118: [sanitizers] Get the proper printf/scanf version when long double transition is involved.

Marcin Koƛcielnicki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 13:23:33 PST 2016


koriakin added a comment.

In https://reviews.llvm.org/D27118#606974, @eugenis wrote:

> What about functions like __isoc99_scanf and snprintf_l?
>
> LGTM


__isoc99_* were added after the transition and are unaffected; snprintf_l is BSD-only.


Repository:
  rL LLVM

https://reviews.llvm.org/D27118





More information about the llvm-commits mailing list