diff options
| author | Kaz Wesley <[email protected]> | 2018-11-15 17:21:28 -0800 |
|---|---|---|
| committer | Kaz Wesley <[email protected]> | 2018-11-15 17:26:45 -0800 |
| commit | 0f459d868d85053f1cc066ea9099793f88cbd655 (patch) | |
| tree | cadcf1c064171be4493eda2e945a7392e383aa18 /src/httpserver.cpp | |
| parent | Merge #14411: [wallet] Restore ability to list incoming transactions by label (diff) | |
| download | discoin-0f459d868d85053f1cc066ea9099793f88cbd655.tar.xz discoin-0f459d868d85053f1cc066ea9099793f88cbd655.zip | |
fix an undefined behavior in uint::SetHex
Decrementing psz beyond the beginning of the string is UB, even though
the out-of-bounds pointer is never dereferenced.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions