Edit

kc3-lang/libxkbcommon/changes/api/529.fix-xml-error-handler.bugfix.md

Branch :

  • Show log

    Commit

  • Author : Sebastian Keller
    Date : 2024-10-12 16:43:46
    Hash : a47961b1
    Message : registry: Restore default libxml2 error handler after parsing Leaving the custom error handler could have resulted in a crash after the context has been freed. Closes: https://github.com/xkbcommon/libxkbcommon/issues/529

  • changes/api/529.fix-xml-error-handler.bugfix.md
  • registry: Fixed `libxml2` global error handler not reset after parsing, which
    could trigger a crash if the corresponding `rxkb_context` has been freed.
    
    Contributed by Sebastian Keller.