Commit 7d02c7291f5c0ba56b9d8c04af7690cf11e47f07

Nick Wellnhofer 2022-03-06T00:49:02

Fix parser progress checks Testing the current input pointer for modification is unreliable since the input buffer could have been freed and realloced. Check whether the input id and the up-to-date number of bytes consumed match.