mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 01:04:43 +02:00
streams: Fix read-past-the-end and integer overflows
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define BITCOIN_UTIL_OVERFLOW_H
|
||||
|
||||
#include <limits>
|
||||
#include <optional>
|
||||
#include <type_traits>
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user