Edit

kc3-lang/libxml2

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2015-04-14 17:41:48
    Hash : 213f1fe0
    Message : 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.