-
Notifications
You must be signed in to change notification settings - Fork 38.7k
fuzz: Update FuzzedDataProvider.h from upstream (LLVM) #20740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
maflcko
merged 1 commit into
bitcoin:master
from
practicalswift:bump-FuzzedDataProvider.h
Dec 22, 2020
Merged
fuzz: Update FuzzedDataProvider.h from upstream (LLVM) #20740
maflcko
merged 1 commit into
bitcoin:master
from
practicalswift:bump-FuzzedDataProvider.h
Dec 22, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upstream revision: https://github.com/llvm/llvm-project/blob/6d0488f75bb2f37bcfe93fc8f59f6e78c9a0c939/compiler-rt/include/fuzzer/FuzzedDataProvider.h Changes: * [compiler-rt] FuzzedDataProvider: add ConsumeData and method. * [compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h. * [compiler-rt] Add ConsumeRandomLengthString() version without arguments. * [compiler-rt] Refactor FuzzedDataProvider for better readability. * [compiler-rt] FuzzedDataProvider: make linter happy. * [compiler-rt] Mark FDP non-template methods inline to avoid ODR violations.
Member
Member
|
ACK e3d2ba7 🌛 Show signature and timestampSignature: Timestamp of file with hash |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Dec 22, 2020
…(LLVM) e3d2ba7 fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (practicalswift) Pull request description: Update `FuzzedDataProvider.h` from upstream (LLVM). Upstream revision: https://github.com/llvm/llvm-project/blob/6d0488f75bb2f37bcfe93fc8f59f6e78c9a0c939/compiler-rt/include/fuzzer/FuzzedDataProvider.h Changes since last update: * [[compiler-rt] FuzzedDataProvider: add ConsumeData and method.](llvm/llvm-project@20a604d) * [[compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h.](llvm/llvm-project@5517d3b) * [[compiler-rt] Add ConsumeRandomLengthString() version without arguments.](llvm/llvm-project@2136d17) * [[compiler-rt] Refactor FuzzedDataProvider for better readability.](llvm/llvm-project@1262db1) * [[compiler-rt] FuzzedDataProvider: make linter happy.](llvm/llvm-project@1e65209) * [[compiler-rt] Mark FDP non-template methods inline to avoid ODR violations.](llvm/llvm-project@6d0488f) ACKs for top commit: MarcoFalke: ACK e3d2ba7 🌛 Tree-SHA512: 62cb27906f08fd07983f4a8fbbd381c12ed185617a58f1ebc8564c87e638086f952417f4f6481fbd91b9a313aff00e944215393734566c219c074512991f8057
maflcko
pushed a commit
to maflcko/bitcoin-core
that referenced
this pull request
Mar 21, 2021
Upstream revision: https://github.com/llvm/llvm-project/blob/6d0488f75bb2f37bcfe93fc8f59f6e78c9a0c939/compiler-rt/include/fuzzer/FuzzedDataProvider.h Changes: * [compiler-rt] FuzzedDataProvider: add ConsumeData and method. * [compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h. * [compiler-rt] Add ConsumeRandomLengthString() version without arguments. * [compiler-rt] Refactor FuzzedDataProvider for better readability. * [compiler-rt] FuzzedDataProvider: make linter happy. * [compiler-rt] Mark FDP non-template methods inline to avoid ODR violations. Github-Pull: bitcoin#20740 Rebased-From: e3d2ba7
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Apr 3, 2022
…(LLVM) e3d2ba7 fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (practicalswift) Pull request description: Update `FuzzedDataProvider.h` from upstream (LLVM). Upstream revision: https://github.com/llvm/llvm-project/blob/6d0488f75bb2f37bcfe93fc8f59f6e78c9a0c939/compiler-rt/include/fuzzer/FuzzedDataProvider.h Changes since last update: * [[compiler-rt] FuzzedDataProvider: add ConsumeData and method.](llvm/llvm-project@20a604d) * [[compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h.](llvm/llvm-project@5517d3b) * [[compiler-rt] Add ConsumeRandomLengthString() version without arguments.](llvm/llvm-project@2136d17) * [[compiler-rt] Refactor FuzzedDataProvider for better readability.](llvm/llvm-project@1262db1) * [[compiler-rt] FuzzedDataProvider: make linter happy.](llvm/llvm-project@1e65209) * [[compiler-rt] Mark FDP non-template methods inline to avoid ODR violations.](llvm/llvm-project@6d0488f) ACKs for top commit: MarcoFalke: ACK e3d2ba7 🌛 Tree-SHA512: 62cb27906f08fd07983f4a8fbbd381c12ed185617a58f1ebc8564c87e638086f952417f4f6481fbd91b9a313aff00e944215393734566c219c074512991f8057
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update
FuzzedDataProvider.hfrom upstream (LLVM).Upstream revision: https://github.com/llvm/llvm-project/blob/6d0488f75bb2f37bcfe93fc8f59f6e78c9a0c939/compiler-rt/include/fuzzer/FuzzedDataProvider.h
Changes since last update: