telnet/netkit-telnet-0.17-core-dump.patch
Troy Dawson a36e3113ae RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/telnet#7fe48cbcb5d5c5594e848a95b4884cf0c09360eb
2020-10-15 10:26:56 -07:00

14 lines
302 B
Diff

diff --git a/telnet/main.c.old b/telnet/main.c
index 599f0af..cf67ea6 100644
--- a/telnet/main.c.old
+++ b/telnet/main.c
@@ -337,7 +337,7 @@ main(int argc, char *argv[])
argv += optind;
if (argc) {
- char *args[7], **argp = args;
+ char *args[8], **argp = args;
if (argc > 2)
usage();