• Show log

    Commit

  • Hash : 68a6518c
    Author : Nick Wellnhofer
    Date : 2022-11-15T18:23:33

    parser: Rewrite push parser boundary checks
    
    Remove inaccurate xmlParseCheckTransition check.
    
    Remove non-incremental xmlParseGetLasts check.
    
    Add functions that check for several boundary constructs more
    accurately, keeping track of progress in ctxt->checkIndex.
    
    Fixes #439.