RootCauseunvalidated
The XInclude expansion check executes immediately after without verifying the reader's backtracking state — During backtracking in the XML parsing state machine. Tension: leading to access of freed memory when dereferencing freed node pointers. Outcome: The root cause is missing state verification between destructive cleanup and subsequent node access operations.
dd3523d8-c314-4fd8-90b6-9b99f55959f2
The XInclude expansion check executes immediately after without verifying the reader's backtracking state — During backtracking in the XML parsing state machine. Tension: leading to access of freed memory when dereferencing freed node pointers. Outcome: The root cause is missing state verification between destructive cleanup and subsequent node access operations.