Re-introduce the Travis valgrind fuzzing job which was removed by PR #18899. The removal seems to have been made by accident since the removed job does not appear to be the source of the problem the PR set out to fix.
Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind
.
This would have caught util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t) by checking gmtime_s/gmtime_r return value
(#18162) and similar cases.
This fuzzing job was introduced in #18166.