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
Differential D12818
zmq: Fix implicit-integer-sign-change PiRK on Dec 8 2022, 12:34. Authored by Tags None Subscribers None
Details
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 With UBSAN
Diff Detail
|