[Webkit-unassigned] [Bug 146440] Crash on xLarge memory allocation using bmalloc on 32bit systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 18:50:23 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146440

--- Comment #14 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Comment on attachment 256038
  --> https://bugs.webkit.org/attachment.cgi?id=256038
Patch proposal

View in context: https://bugs.webkit.org/attachment.cgi?id=256038&action=review

> Source/WebCore/CMakeLists.txt:3581
> +if (CMAKE_COMPILER_IS_GNUCXX AND "${LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR}" MATCHES "(i[3-6]86|x86)")

I think this should be: ... MATCHES "(i[3-6]86|x86)$")

Otherwise this becomes true also for AMD64 with GCC (where LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR = x86_64 ). (yes, there is a bug on the previous code introduced on 128855 <http://trac.webkit.org/r128855>)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150703/6c3e49f2/attachment.html>


More information about the webkit-unassigned mailing list