]> git.pld-linux.org Git - packages/whois.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:35 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    whois-overflow.patch -> 1.2

whois-overflow.patch [deleted file]

diff --git a/whois-overflow.patch b/whois-overflow.patch
deleted file mode 100644 (file)
index bfe4e52..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./whois.c.org      Sun Jun 15 18:36:52 2003
-+++ ./whois.c  Thu Sep  4 16:06:57 2003
-@@ -78,7 +78,7 @@
-       }
-       if (strchr(ripeflagsp, ch)) {
-           for (p = fstring; *p; p++);
--          sprintf(p--, "-%c %s ", ch, optarg);
-+          snprintf(p--, sizeof(fstring), "-%c %s ", ch, optarg);
-           if (ch == 't' || ch == 'v' || ch == 'q')
-               nopar = 1;
-           continue;
This page took 0.025511 seconds and 4 git commands to generate.