]> git.pld-linux.org Git - packages/apache.git/commitdiff
- obsolete and INSECURE
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Jul 2003 11:25:19 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-security_htdigest_bufferoverflow.patch -> 1.2

apache-security_htdigest_bufferoverflow.patch [deleted file]

diff --git a/apache-security_htdigest_bufferoverflow.patch b/apache-security_htdigest_bufferoverflow.patch
deleted file mode 100644 (file)
index 4e5c849..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- apache_1.3.26/src/support/htdigest.c       2002-10-23 09:22:02.000000000 +0200
-+++ apache_1.3.26/src/support/htdigest.c       2002-10-26 09:33:54.000000000 +0200
-@@ -255,8 +255,8 @@
-       fprintf(stderr, "Use -c option to create new one.\n");
-       exit(1);
-     }
--    strcpy(user, argv[3]);
--    strcpy(realm, argv[2]);
-+    strncpy(user, argv[3], sizeof (user));
-+    strncpy(realm, argv[2], sizeof (realm));
-     found = 0;
-     while (!(getline(line, MAX_STRING_LEN, f))) {
This page took 0.0268 seconds and 4 git commands to generate.