aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/string.cpp
AgeCommit message (Expand)Author
2022-05-04fuzz: SplitString with multiple separatorsMartin Leitner-Ankerl
2022-04-27scripted-diff: Rename ValidAsCString to ContainsNoNULMacroFake
2022-04-11fuzz: add `SplitString` fuzz targetMarcoFalke
2022-02-09fuzz: Avoid unsigned integer overflow in FormatParagraphMarcoFalke
2022-01-11util: Restore GetIntArg saturating behaviorJames O'Beirne
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-18util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...practicalswift
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-03-16test: add missing netaddress include headersJon Atack
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-08test: Fix Windows cross buildHennadii Stepanov
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-24Convert LimitedString to formatterPieter Wuille
2020-05-14tests: Fill fuzzing coverage gaps for functions in util/translation.hpracticalswift
2020-04-26tests: Add fuzzing coverage for ParseFixedPoint(...)practicalswift
2020-03-29tests: Add fuzzing harness for LimitedString (serialize.h)practicalswift
2020-03-15tests: Add fuzzing harness for various functions taking std::string as inputpracticalswift