• Show log

    Commit

  • Hash : 46cd7d22
    Author : Nick Wellnhofer
    Date : 2022-11-13T16:30:46

    io: Remove xmlInputReadCallbackNop
    
    In some cases, for example when using encoders, the read callback was
    set to NULL, in other cases it was set to xmlInputReadCallbackNop.
    xmlGROW only tested for xmlInputReadCallbackNop, resulting in errors
    when parsing large encoded content from memory.
    
    Always use a NULL callback for memory buffers to avoid ambiguities.
    
    Fixes #262.