Files
bitcoin/src
Andrew Toth da338aada7 blockstorage: check nPos in ReadRawBlockFromDisk before seeking back
ReadRawBlockFromDisk assumes a non-null pos that has an nPos >= 8.
This simple check makes the function safer to call in the future,
so callers don't need to worry about causing UB if the pos is null.
2024-03-12 12:46:07 -04:00
..
2024-03-04 19:53:30 -05:00
2024-03-11 13:49:51 +01:00