-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add NULL checks as needed #5
Comments
The NULL checks in the commit are for parameters that are either optional or have default values in the C++ API. The check for this have been added. Is there anything else to do in this issue? |
To clarify the issue, this commit - AcademySoftwareFoundation/OpenTimelineIO@9fbf870 - shows an example of preventing crashes from null dereferencing by checking parameters and handling them in some manner. That particular one I fixed already because I encountered it in practice, and so made a fix. This issue is about doing an audit of all the code, which is a huge task. It might make sense to make a list of source files in this issue, with check boxes, like this
and just work through them little by little as we have time. |
👍 |
Path: copentime
Path: copentimelineio
|
Is this only an issue where you are |
Add NULL checks as needed. c.f. AcademySoftwareFoundation/OpenTimelineIO@9fbf870
The text was updated successfully, but these errors were encountered: