[all-commits] [llvm/llvm-project] 6c4854: Adding missing colon
Tacet via All-commits
all-commits at lists.llvm.org
Thu Jan 19 20:57:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c485409de521565aeac427cf614158b86cc7fea
https://github.com/llvm/llvm-project/commit/6c485409de521565aeac427cf614158b86cc7fea
Author: Advenam Tacet <advenam.tacet at trailofbits.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerFork.cpp
Log Message:
-----------
Adding missing colon
Simple typo fix.
The absence of this colon may be confusing and result in misinterpretation of the result.
In normal libfuzzer mode, that colon is present.
You can compare with:
https://github.com/llvm/llvm-project/blob/aa0e9046c16bf27a8affbd903e2e3cad924a5217/compiler-rt/lib/fuzzer/FuzzerLoop.cpp#L356
Reviewed By: #sanitizers, vitalybuka
Differential Revision: https://reviews.llvm.org/D142171
More information about the All-commits
mailing list