Displaying 1 result from an estimated 1 matches for "dqpclrxxyb".
2000 Dec 27
1
patch to support hurd-i386.
...size <<= 1;
+ hostname = realloc(hostname, size);
+ }
+ if (hostname == NULL) {
+ perror("malloc");
+ exit(1);
+ }
+ }
while ((opt = getopt(ac, av, "dqpclRxXyb:f:P:N:C:")) != EOF) {
switch (opt) {
diff -Nur openssh-2.2.0p1-/sshd.c openssh-2.2.0p1/sshd.c
--- openssh-2.2.0p1-/sshd.c Tue Aug 29 02:05:50 2000
+++ openssh-2.2.0p1/sshd.c Sun Oct 29 16:44:50 2000
@@ -140,7 +140,7 @@
int session_id2_len = 0;
/* record remote host...