[Webkit-unassigned] [Bug 61423] New: [EFL] Eina_List out of memory handling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 24 23:51:16 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61423
Summary: [EFL] Eina_List out of memory handling
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: g.czajkowski at samsung.com
CC: demarchi at webkit.org
If a new node for Eina_List can not be added/allocated there is no checking error code. In this case previously allocated node is returned and user get not complete Eina_List and any error information isn't returned by API. In the most cases we're adding a new node in for/while so if the error occurred then the next iterations are useless.
Macro checks error code and if it occurred then Eina_List is flushed and given value is returned.
I would like to know your an opinion about it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list