Commit f7ad338e091c693b4f4a52ebb6737df2d16fa4e5

Nick Wellnhofer 2022-11-13T21:59:23

parser: Fix attribute parser progress checks This is another attempt at fixing parser progress checks. Instead of relying on in->consumed, which could overflow, make the attribute parser functions return a NULL name only if they don't make progress.