fuzz: Reset addrman when consistency check fails
It doesn't really make sense to continue when the deserialized addrman isn't consistent in the addrman test.
For example, if nLastSuccess is negative, it would later result in integer overflows. Thus, this patch fixes #22931 (closed).
Also, Fixes #22503 (closed) Fixes #22504 (closed) Fixes #22519 (closed)