On Windows, the documentation states that when using sscanf_s,
each %c and %s specifier must also have additional size parameter.
This patch adds the size parameter in the one place where %c is used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo