aboutsummaryrefslogtreecommitdiffstats
path: root/net/rwhoisd/files/patch-ag
blob: 3c87514cd4e838c43e58df593642b7367686eb5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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))
       {