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

Intentional off by one error: DO NOT MERGE #34

Closed
wants to merge 1 commit into from

Conversation

JFreegman
Copy link
Owner

No description provided.

@@ -617,6 +617,9 @@
ret = cli_new_pass_store(p);
}

char *n = NULL;
printf("%s", *n); // intentional deref

Check failure

Code scanning / CodeQL

Wrong type of arguments to formatting function High

This argument should be of type 'char *' but is of type 'int'.
@JFreegman JFreegman closed this Jan 26, 2024
@JFreegman JFreegman deleted the intentional_bug branch January 26, 2024 03:43
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.

1 participant