Skip to content
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

fuzz: Update FuzzedDataProvider.h from upstream (LLVM) #20740

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

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.
@DrahtBot DrahtBot added the Tests label Dec 21, 2020
@maflcko
Copy link
Member

maflcko commented Dec 22, 2020

ACK e3d2ba7 🌛

Show signature and timestamp

Signature:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

ACK e3d2ba7c70b13a2165020e45abf02373a1e953f7 🌛
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUhJIgv/RV9E7etXTVWjjx16NsyNIMkZpRbu1YRPfUft+YKJDO/XTcOLlRrtIy53
aOhU/fYRL/AcoCYqmLRVMGoigSUa+HToBKGjIHAfW9xfEPxQCxiX1NeTm+L8L++S
MkJQZ6zdTjSr/oGwGLu9mNPxTG1ZFr//aNrxNNR0c6vlUqKRIaMxK6MBDZC0grkM
zF87lA1MLUKc+Ld4lGge9UfGGA2vzpm3g3E4vod9xNryXogfR4mXfQhgOl7bN+WJ
6y22ERg8TZemEpCKLSvZS/Ym5iWnJTYkcVtXasV2YVTX4X7CzQ7+wm2SAhr2kAKb
RATLBue/6Hwtb561PKKixu76N3OXQt5Ke30+eCPd4+iO4y/6nqFt3eWkGjgnLR69
ff9OvWoi+gGOFgBHeRZjK6QEtLFH4LibRFdgHqRspk4soFhyzKXjrNbXrBk1cNOd
Ci1WXsQvxyBw52oMbsHK5WkLBCmPJFGYjSCm97rS7nr673KWBbywIxfd6DlSBoQs
PANyXflk
=MHqa
-----END PGP SIGNATURE-----

Timestamp of file with hash 85d855353f6b25b58a27e1898ba0987d239447c3cef06bde06f941241d83fd9f -

@maflcko maflcko merged commit 209974d into bitcoin:master Dec 22, 2020
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
@practicalswift practicalswift deleted the bump-FuzzedDataProvider.h branch April 10, 2021 19:43
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
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants