Commit 213f1fe0d76d30eaed6e5853057defc43e6df2c9

Daniel Veillard 2015-04-14T17:41:48

CVE-2015-1819 Enforce the reader to run in constant memory One of the operation on the reader could resolve entities leading to the classic expansion issue. Make sure the buffer used for xmlreader operation is bounded. Introduce a new allocation type for the buffers for this effect.