Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml-schema: Fix refcount handling for ni_xs_type_t #907

Commits on Mar 31, 2022

  1. xml-schema: Fix refcount handling for ni_xs_type_t

    If the loaded xml-schema is errournous (e.g. a typo or missing include),
    the cleanup can hit a ni_assert(), because of missing refcount increment
    of the "array-element" type referenced in "array" type.
    cfconrad committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4479350 View commit details
    Browse the repository at this point in the history