Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : proto
Dir : e17/proto/esmart/src/thumb
Modified Files:
E_Thumb.c
Log Message:
Allocate enough space for the md5 sums output.
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/thumb/E_Thumb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- E_Thumb.c 14 Oct 2003 18:12:57 -0000 1.6
+++ E_Thumb.c 17 Oct 2003 15:28:16 -0000 1.7
@@ -445,7 +445,7 @@
{
int n;
MD5_CTX ctx;
- char md5out[32];
+ char md5out[(2 * MD5_HASHBYTES) + 1];
char nn[PATH_MAX];
struct stat thumbstatus;
unsigned char hash[MD5_HASHBYTES];
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs