Bug 177282
| Summary: | xmlNode member 'line' is 16-bit integer, many XML files are longer than 65535 lines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | starlight | ||||
| Component: | libxml2 | Assignee: | Daniel Veillard <veillard> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| URL: | http://bugzilla.gnome.org/show_bug.cgi?id=325533 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-01-09 09:10:16 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
starlight
2006-01-08 21:35:18 UTC
Created attachment 122932 [details]
BI safe change 'line' member of 'xmlNode' from 16-bit to 32-bit integer
As already posted on the GNOME bugzilla, those kind of changes are a trade-off. The RHEL version won't diverge from upsteam, this should be discussed there. Large instance are streamed anyway, not processed with a DOM, this patch just makes the DOM based processing harder by inflating the in-memory size, while for streaming processing getting the line number should be doable without breaking inflating the size of DOM trees. Daniel |