bitcoin-tx: Reject non-integral and out of range sequence ids

This commit is contained in:
MarcoFalke
2021-10-11 14:21:03 +02:00
parent fa53d3d826
commit fafab8ea5e
3 changed files with 37 additions and 3 deletions

View File

@ -41,7 +41,6 @@ export LC_ALL=C
# independent ToIntegral<T>(...) or the ParseInt*() functions.
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf.
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/rest.cpp:.*strtol"
"src/test/dbwrapper_tests.cpp:.*snprintf"