Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore
Modified Files:
ecore_strings.c
Log Message:
Fix a potential segv in the shared string code.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_strings.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_strings.c 30 Apr 2004 03:10:15 -0000 1.2
+++ ecore_strings.c 29 Jul 2004 19:31:36 -0000 1.3
@@ -35,7 +35,7 @@
str->string = strdup(string);
str->references = 0;
- ecore_hash_set(ecore_strings, string, str);
+ ecore_hash_set(ecore_strings, str->string, str);
}
str->references++;
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs