David Sharp wrote:
something to do with icons not being there.. anyway, it's a one-liner fix.

fake diff:
ecore_x_netwm.c:654
- if(icon)
+ if(icon && *icon)
    memcpy(*icon, &(data[2]), len * sizeof(unsigned int));

This shouldn't be possible. If (icon) is true, then we do malloc, and if the malloc fails we return.

Sebastian


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to