From fab02f799194c75af7def3a2ab45c443b75de230 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 28 Jan 2022 15:29:44 +0100 Subject: streams: Fix read-past-the-end and integer overflows --- src/util/overflow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/overflow.h b/src/util/overflow.h index 5982af8d04..c70a8b663e 100644 --- a/src/util/overflow.h +++ b/src/util/overflow.h @@ -6,6 +6,7 @@ #define BITCOIN_UTIL_OVERFLOW_H #include +#include #include template -- cgit v1.2.3