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

Make GenericSchemaDocument constructor explicit #674

Merged
merged 1 commit into from
Jul 2, 2016

Commits on Jul 1, 2016

  1. Make GenericSchemaDocument constructor explicit

    Prior to this change, a user could incorrectly pass a Document object to
    SchemaValidator. This would implicitly construct a SchemaDocument, which
    would then be destructed before the validator was used. This caused
    unpredictable results including memory corruption and program crashes.
    sjasonsmith committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    8991561 View commit details
    Browse the repository at this point in the history