[all-commits] [llvm/llvm-project] 368d74: [DFSan] Fix sscanf wrapper handling %*d (the star ...
Andrew Browne via All-commits
all-commits at lists.llvm.org
Tue Sep 26 16:41:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 368d74932efa2a8782c5e5d0c956bd45fd1d04fa
https://github.com/llvm/llvm-project/commit/368d74932efa2a8782c5e5d0c956bd45fd1d04fa
Author: Andrew Browne <44626106+browneee at users.noreply.github.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/test/dfsan/custom.cpp
Log Message:
-----------
[DFSan] Fix sscanf wrapper handling %*d (the star skips capturing). (#67392)
Bug introduced in https://reviews.llvm.org/D153775
More information about the All-commits
mailing list