Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: thumbnailer.c Log Message: * Only accept IPC messages from our own server =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/thumbnailer.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- thumbnailer.c 25 Jun 2007 11:37:09 -0000 1.15 +++ thumbnailer.c 27 Jul 2007 14:09:43 -0000 1.16 @@ -50,6 +50,10 @@ entropy_file_request* req; char* md5; + if (!thumb) { + printf("Received NULL thumbnail - abort!\n"); + return 0; + } md5 = md5_entropy_local_file(thumb->path); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs