This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Commit e30cb63
committed
parser: Fix error return of xmlParseBalancedChunkMemory
Only return an error code if the chunk is not well-formed to match the
2.12 behavior. Return 0 on non-fatal errors like invalid namespaces.
Fixes #765.1 parent dd5adf5 commit e30cb63
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12535 | 12535 | | |
12536 | 12536 | | |
12537 | 12537 | | |
12538 | | - | |
| 12538 | + | |
| 12539 | + | |
| 12540 | + | |
| 12541 | + | |
12539 | 12542 | | |
12540 | 12543 | | |
12541 | 12544 | | |
| |||
0 commit comments