Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_main.c 


Log Message:


oops leakage on ferring an evas! fix.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_image_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_image_main.c   5 Feb 2003 03:08:20 -0000       1.6
+++ evas_image_main.c   22 Jun 2003 02:33:25 -0000      1.7
@@ -315,7 +315,7 @@
    else if (filename) l1 = strlen(filename);
    l2 = 0;
    if (key) l2 = strlen(key);
-   sprintf(buf, "%llx", timestamp);
+   snprintf(buf, sizeof(buf), "%llx", timestamp);
    l3 = strlen(buf);
    str = malloc(l1 + 5 + l2 + 5 + l3 +1);
    if (!str)




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to