diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-28 13:35:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-28 13:35:16 +0200 |
| commit | 073225cb01d9c2629c7a423dbe6afcd07601ffb7 (patch) | |
| tree | 287b825155920aed49f3111aee5b937078dc2223 /src/httpserver.cpp | |
| parent | Merge #7514: Fix IsInitialBlockDownload for testnet (diff) | |
| download | discoin-073225cb01d9c2629c7a423dbe6afcd07601ffb7.tar.xz discoin-073225cb01d9c2629c7a423dbe6afcd07601ffb7.zip | |
chain: define enum used as bit field as uint32_t
Bitwise logic combined with `<` with undefined signedness will
potentially results in undefined behavior. Fix this by defining the type
as a c++11 typed enum.
Fixes #6017.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions