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

vsscript: fix vsscript_freeScript SIGSEGV when the script fails compilation #725

Merged
merged 1 commit into from
Aug 8, 2021

Conversation

AkarinVS
Copy link
Contributor

@AkarinVS AkarinVS commented Aug 8, 2021

Cython fails to insert appropriate checks for None here.

We're at it, also silence a Cython warning about unspecified language_level.

To reproduce the crash, simply run vspipe -i test.vpy - with a test.vpy that contains a syntax error.

…lation

Cython fails to insert appropriate checks for None here.

We're at it, also silence a Cython warning about unspecified language_level.

Signed-off-by: akarin <[email protected]>
@myrsloik myrsloik merged commit 237e7dd into vapoursynth:doodle1 Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants