CLOSED INVALID 11742
[S60] Danger usage of YYSTACK_ALLOC and free()
https://bugs.webkit.org/show_bug.cgi?id=11742
Summary [S60] Danger usage of YYSTACK_ALLOC and free()
Marcin Kwiatkowski
Reported 2006-12-02 05:42:40 PST
In css/parser.cpp, function yyparse, YYSTACK_ALLOC macro is used to alloc memory and later it's being freed with with free(), while it's not sure that function behind the YYSTACK_ALLOC returns memory that can be freed with free().
Attachments
Bradley Morrison
Comment 1 2008-04-09 11:31:58 PDT
Bulk update of s60 bugs - tagging and closing.
Bradley Morrison
Comment 2 2008-04-09 11:39:50 PDT
Bulk closing of all s60 platform bugs. Sorry for the noise!
Joel Parks
Comment 3 2011-03-21 11:52:53 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note You need to log in before you can comment on or make changes to this bug.