Skip to content

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Jan 28, 2022

Two changes (that also make sense on their own) to remove the file-wide sanitizer suppression:

  • FindByte no longer takes a char, but an uint8_t, after commit 196b459.
  • The key vector of unsigned chars can be removed and inlined as initializer-list. This avoids a bunch of verbose code like clear() and push_back of chars.

@DrahtBot DrahtBot added the Tests label Jan 28, 2022
@DrahtBot
Copy link
Contributor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

Reviewers, this pull request conflicts with the following ones:

  • #23962 (Use int32_t type for transaction size/weight consistently by hebasto)

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

Copy link
Contributor

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK faa630a, I have reviewed the changes and agree it makes sense to merge

@maflcko maflcko merged commit fcac16f into bitcoin:master Feb 1, 2022
@maflcko maflcko deleted the 2201-ts branch February 1, 2022 10:47
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Feb 1, 2022
faa630a test: Fix sanitizer suppresions in streams_tests (MarcoFalke)

Pull request description:

  Two changes (that also make sense on their own) to remove the file-wide sanitizer suppression:

  * `FindByte` no longer takes a `char`, but an `uint8_t`, after commit 196b459.
  * The `key` vector of unsigned chars can be removed and inlined as initializer-list. This avoids a bunch of verbose code like `clear()` and `push_back` of `char`s.

ACKs for top commit:
  PastaPastaPasta:
    utACK faa630a, I have reviewed the changes and agree it makes sense to merge

Tree-SHA512: 747b9d4676fad6d07f3955668639c93333625e69199ff4c499f01167de3875990d93db85e775a7f5b1b684575dceaec8aa000b4db15525fc47b699bac1c85e3d
@bitcoin bitcoin locked and limited conversation to collaborators Feb 1, 2023
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.

3 participants