diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-10-02 12:01:52 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-12-10 16:39:40 +0000 |
commit | e3d2bcf5cf7a53e5ca671cfed1fe7b6cf0c191ba (patch) | |
tree | 5cc0081820bbd5b451486131b80769576054d79d /test | |
parent | fb8c12093aa37f5536a1a4ba341ee8bab4dabe60 (diff) |
tests: Add fuzzing harnesses for various number parsing functions
Diffstat (limited to 'test')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index 9a1aa766f7..ea9ea7a58d 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -11,6 +11,7 @@ KNOWN_VIOLATIONS=( "src/qt/rpcconsole.cpp:.*atoi" "src/rest.cpp:.*strtol" "src/test/dbwrapper_tests.cpp:.*snprintf" + "src/test/fuzz/parse_numbers.cpp:.*atoi" "src/torcontrol.cpp:.*atoi" "src/torcontrol.cpp:.*strtol" "src/util/strencodings.cpp:.*atoi" |