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

Unbounded write by strcpy #30

Open
b4yuan opened this issue Jun 22, 2023 · 0 comments
Open

Unbounded write by strcpy #30

b4yuan opened this issue Jun 22, 2023 · 0 comments

Comments

@b4yuan
Copy link

b4yuan commented Jun 22, 2023

In line 2310 of compiler.c:

strcpy(init_name, module_name);

This 'call to strcpy' with input from call to getenv may overflow the destination.

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

No branches or pull requests

1 participant