1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/net/rwhois/files/patch-ag
Kevin Lo bcc42b0565 Update to version 1.5.7
PR: 23136
Submitted by: Ports Fury
2000-11-28 15:31:16 +00:00

21 lines
526 B
Plaintext

--- tools/Xpgp/Xpgp.c.orig Fri Jan 30 09:25:58 1998
+++ tools/Xpgp/Xpgp.c Sat Nov 25 15:58:33 2000
@@ -55,7 +55,7 @@
key = xcalloc(1, sizeof(char) * 1050);
- gets(key);
+ fgets(key, sizeof(key), stdin);
fprintf(fp, "%s\n",key);
if (strstr(key, "END"))
@@ -72,7 +72,7 @@
free(key);
newstr = xcalloc(1, sizeof(char)*100);
- gets(newstr);
+ fgets(newstr, sizeof(newstr), stdin);
if (STRN_EQ(newstr, "-X-pgp off keyadd", 17))
{