id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1114,Wrong error handling in osync_try_malloc0,bricks,dgollub,osync_try_malloc0 calls osync_error_set if no more memory could be allocated. osync_error_set internally uses g_malloc0. Therefore osync_try_malloc0 tries to request additional memory in case of empty memory. Beyond that g_malloc0 calls abort() if the memory is empty. This results always in a termination of opensync if osync_try_malloc0 is used and no memory could be allocated.,defect,new,normal,,OpenSync,0.38,minor,,,
