Don't use xmlSize if xmlFuzzReadString failed
In this case xmlSize is uninitialized. It's UB and and is going to be reported by new MemorySanitizer.
In this case xmlSize is uninitialized. It's UB and and is going to be reported by new MemorySanitizer.