Commit f7a3647
MarcoFalke
Merge bitcoin#24227: Fix unsigned integer overflow in LoadMempool
fadcd03 Fix unsigned integer overflow in LoadMempool (MarcoFalke)
Pull request description:
It doesn't seem ideal to have an integer sanitizer enabled, but then disable it for the whole validation.cpp file.
This removes one of the two violations.
This should be a refactor.
ACKs for top commit:
prayank23:
Code Review ACK bitcoin@fadcd03
Tree-SHA512: 9fb2f3d49008a59cd45b7c17be0c88c04e61183197c11c8176865af5532c8d0c940db49a351dd0fc75e1d7fd8678c3b816d34cfca170dc6b9cf8f37fdf1c8cae1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4493 | 4493 | | |
4494 | 4494 | | |
4495 | 4495 | | |
4496 | | - | |
| 4496 | + | |
| 4497 | + | |
4497 | 4498 | | |
4498 | 4499 | | |
4499 | 4500 | | |
| |||
0 commit comments