[E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Daniel Willmann
Hello, please see attached some issues that were highlighted by coccinelle. Sent in individual patches for the different libraries. Vtorrified except for elmdentica where nobody seems to care. All bugs suffer from memory corruption. * ecore_x - The type used for calloc is wrong (and smaller than

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Igor Murzov
All patches are Reviewed-by: Igor Murzov I have just prepared the very same patch for Eio, but you were faster submitting it :) -- Igor > Hello, > > please see attached some issues that were highlighted by coccinelle. > Sent in individual patches for the different libraries. Vtorrified > exce

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Cedric BAIL
Hello, On Thu, Oct 4, 2012 at 12:59 AM, Daniel Willmann wrote: > please see attached some issues that were highlighted by coccinelle. > Sent in individual patches for the different libraries. Vtorrified > except for elmdentica where nobody seems to care. > > All bugs suffer from memory corruption

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-03 Thread Christopher Michael
On 03/10/12 16:59, Daniel Willmann wrote: > Hello, > > please see attached some issues that were highlighted by coccinelle. > Sent in individual patches for the different libraries. Vtorrified > except for elmdentica where nobody seems to care. > > All bugs suffer from memory corruption. > > * ecor

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-04 Thread Daniel Willmann
On 10/03/2012 05:28 PM, Igor Murzov wrote: > All patches are > Reviewed-by: Igor Murzov > > I have just prepared the very same patch for Eio, but you were > faster submitting it :) Hehe, it happens. But I see you had enough patches that no-one beat you to.:-) Regards, Daniel Willmann -

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-04 Thread Igor Murzov
> > * eio - Problem using sizeof(type *) instead of sizeof(type) for allocation > > > > * elmdentica - Same problem as with eio, but implemented less cunningly > > In svn for both of them. I think the one for eio should be backported to the stable branch. -- Igor --

Re: [E-devel] [PATCHES] Allocation bugs in ecore, eio, elmdentica

2012-10-10 Thread The Rasterman
On Thu, 4 Oct 2012 17:43:09 +0400 Igor Murzov said: > > > * eio - Problem using sizeof(type *) instead of sizeof(type) for > > > allocation > > > > > > * elmdentica - Same problem as with eio, but implemented less cunningly > > > > In svn for both of them. > > I think the one for eio should be