rest: Return error when header count is not integral

This commit is contained in:
MarcoFalke
2021-10-07 11:45:53 +02:00
parent 8df7eee5e1
commit fa8d492894
3 changed files with 14 additions and 6 deletions

View File

@@ -43,7 +43,6 @@ export LC_ALL=C
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/rest.cpp:.*strtol"
"src/test/dbwrapper_tests.cpp:.*snprintf"
"src/test/fuzz/locale.cpp"
"src/test/fuzz/string.cpp"