Bug 11742 - [S60] Danger usage of YYSTACK_ALLOC and free()
Summary: [S60] Danger usage of YYSTACK_ALLOC and free()
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: S60 Emulator S60 3rd edition
: P4 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 05:42 PST by Marcin Kwiatkowski
Modified: 2011-03-21 11:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kwiatkowski 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().
Comment 1 Bradley Morrison 2008-04-09 11:31:58 PDT
Bulk update of s60 bugs - tagging and closing.
Comment 2 Bradley Morrison 2008-04-09 11:39:50 PDT
Bulk closing of all s60 platform bugs. 

Sorry for the noise!
Comment 3 Joel Parks 2011-03-21 11:52:53 PDT
re-purposing InTSW keyword for use by QtWebkit team