libgcrypt/src (ChangeLog global.c)
cvs user mo
cvs at cvs.gnupg.org
Fri Jun 17 14:36:21 CEST 2005
Date: Friday, June 17, 2005 @ 14:59:03
Author: mo
Path: /cvs/libgcrypt/libgcrypt/src
Modified: ChangeLog global.c
2005-06-17 Moritz Schulte <moritz at g10code.com>
* global.c (gcry_xstrdup): Removed superfluous strcpy call.
-----------+
ChangeLog | 4 ++++
global.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
Index: libgcrypt/src/ChangeLog
diff -u libgcrypt/src/ChangeLog:1.165 libgcrypt/src/ChangeLog:1.166
--- libgcrypt/src/ChangeLog:1.165 Sat Apr 23 00:39:43 2005
+++ libgcrypt/src/ChangeLog Fri Jun 17 14:59:03 2005
@@ -1,3 +1,7 @@
+2005-06-17 Moritz Schulte <moritz at g10code.com>
+
+ * global.c (gcry_xstrdup): Removed superfluous strcpy call.
+
2005-04-22 Moritz Schulte <moritz at g10code.com>
* Makefile.am (pkgconfigdir, pkgconfig_DATA): New; support for
Index: libgcrypt/src/global.c
diff -u libgcrypt/src/global.c:1.49 libgcrypt/src/global.c:1.50
--- libgcrypt/src/global.c:1.49 Sat Apr 23 00:39:44 2005
+++ libgcrypt/src/global.c Fri Jun 17 14:59:03 2005
@@ -632,7 +632,6 @@
}
}
- strcpy( p, string );
return p;
}
More information about the Gnupg-commits
mailing list