[webkit-reviews] review requested: [Bug 91068] [EFL] [WK2] regression(r122411) Crashes in Ewk_View : [Attachment 151912] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 05:00:50 PDT 2012


Christophe Dumez <christophe.dumez at intel.com> has asked  for review:
Bug 91068: [EFL] [WK2] regression(r122411) Crashes in Ewk_View
https://bugs.webkit.org/show_bug.cgi?id=91068

Attachment 151912: Patch
https://bugs.webkit.org/attachment.cgi?id=151912&action=review

------- Additional Comments from Christophe Dumez <christophe.dumez at intel.com>
Turns out this was caused by calloc() overwriting with zeros structure members
that are not pointers (e.g. HashMap members). This patch removes usage of
calloc() and uses the new operator instead since it is too bug prone when
extending structures.


More information about the webkit-reviews mailing list