Skip to content
New issue

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

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

Already on GitHub? # to your account

Stack overflow when writing ogg with long frames #99

Open
littlecattle opened this issue Jul 26, 2023 · 2 comments
Open

Stack overflow when writing ogg with long frames #99

littlecattle opened this issue Jul 26, 2023 · 2 comments

Comments

@littlecattle
Copy link

Should be allocated on heap to avoid stack overflow caused by long frames?

float *work=alloca(v->pcm_current*sizeof(*work));

@ssaue
Copy link

ssaue commented Oct 10, 2023

This bug is particularly critical on Windows which appears to have a smaller stack by default

@AlexTMjugador
Copy link

I have fixed this on #104.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants