Skip to content

Clamp _xmlOutputBuffer::written value to INT_MAX.

litghost requested to merge litghost/libxml2:clamp_written into master

If more than INT_MAX bytes are written to the _xmlOutputBuffer, then counter saturates at INT_MAX. If tracking of more than INT_MAX bytes is required, custom callbacks should be created, per #112 (comment 620930)

Merge request reports