Greg Wooledge ([EMAIL PROTECTED]) wrote: > Jay Oliveri ([EMAIL PROTECTED]) wrote: > > I am committed to keeping the "stable" branch as stable as possible, > > only applying patches to fix show-stopping bugs.
Here's one, then.
Index: ezFCPlib/fcpOpenKey.c
===================================================================
RCS file: /cvsroot/freenet/Contrib/fcptools/ezFCPlib/fcpOpenKey.c,v
retrieving revision 1.23
diff -u -r1.23 fcpOpenKey.c
--- ezFCPlib/fcpOpenKey.c 31 Jul 2002 19:53:20 -0000 1.23
+++ ezFCPlib/fcpOpenKey.c 3 Aug 2002 01:44:42 -0000
@@ -416,8 +416,8 @@
uri->keyid = (char *) malloc(strlen(dupkey) + 1);
strcpy(uri->keyid, dupkey);
- uri->uri_str = (char *) malloc(strlen(uri->keyid) + 5);
- sprintf(uri->uri_str, "KSK@%s", uri->keyid);
+ uri->uri_str = (char *) malloc(strlen(key) + 5);
+ sprintf(uri->uri_str, "KSK@%s", key);
}
else {
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL PROTECTED] | - The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
msg03578/pgp00000.pgp
Description: PGP signature
