Recode
Recode copied to clipboard
possible buffer overflow when the input filename is too long
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
I have taken over the project at https://github.com/rrthomas/ and the bug is fixed in current git there; release shortly.