We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
Source code says:
char output_name[200]; /* FIXME: dangerous limit */ [...] input_name = argv[optind]; [...] strcpy (output_name, input_name);
This can't be good. Gentoo patchset doesn't cover this.
Please fix.
[1] https://bugs.gentoo.org/594444
The text was updated successfully, but these errors were encountered:
I have taken over the project at https://github.com/rrthomas/ and the bug is fixed in current git there; release shortly.
Sorry, something went wrong.
No branches or pull requests
Hello.
Source code says:
char output_name[200]; /* FIXME: dangerous limit */
[...]
input_name = argv[optind];
[...]
strcpy (output_name, input_name);
This can't be good. Gentoo patchset doesn't cover this.
Please fix.
[1] https://bugs.gentoo.org/594444
The text was updated successfully, but these errors were encountered: