This is an archive of the discontinued LLVM Phabricator instance.

Adding missing colon
ClosedPublic

Authored by AdvenamTacet on Jan 19 2023, 7:55 PM.

Details

Reviewers
vitalybuka
Group Reviewers
Restricted Project
Commits
rG6c485409de52: Adding missing colon
Summary

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

Diff Detail

Event Timeline

AdvenamTacet created this revision.Jan 19 2023, 7:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 7:55 PM
Herald added a subscriber: Enna1. · View Herald Transcript
AdvenamTacet requested review of this revision.Jan 19 2023, 7:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2023, 7:55 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
AdvenamTacet added a reviewer: Restricted Project.Jan 19 2023, 7:56 PM
vitalybuka accepted this revision.Jan 19 2023, 8:51 PM
This revision is now accepted and ready to land.Jan 19 2023, 8:51 PM
This revision was automatically updated to reflect the committed changes.