sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
39 stars 28 forks source link

Fix issue 338 #339

Closed fbergmann closed 1 year ago

fbergmann commented 1 year ago

Description

This fixes an issue where the multi validator did not check a possible NULL ptr.

Motivation and Context

fixes #338

Types of changes

Checklist:

Testing