Page MenuHomePhabricator

zmq: Fix implicit-integer-sign-change
ClosedPublic

Authored by PiRK on Dec 8 2022, 12:34.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC410613b0ae90: zmq: Fix implicit-integer-sign-change
Summary

uint256::begin() returns unsigned data, so there is no reason to make it signed.

Fix that and remove the sanitizer suppression.

This is a backport of core#24218

Depends on D12817

Test Plan

With UBSAN
ninja && ninja check check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable