Bug 213388 - functionCpuClflush checks that the second argument is Int32 but it actually expects it to be UInt32
Summary: functionCpuClflush checks that the second argument is Int32 but it actually e...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-19 10:28 PDT by Tuomas Karkkainen
Modified: 2020-06-19 11:08 PDT (History)
7 users (show)

See Also:


Attachments
proposed patch (1.29 KB, patch)
2020-06-19 10:32 PDT, Tuomas Karkkainen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Karkkainen 2020-06-19 10:28:14 PDT
currently it crashes if the second argument is a negative Int32
Comment 1 Tuomas Karkkainen 2020-06-19 10:32:24 PDT
Created attachment 402292 [details]
proposed patch
Comment 2 EWS 2020-06-19 11:07:20 PDT
Committed r263277: <https://trac.webkit.org/changeset/263277>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 402292 [details].
Comment 3 Radar WebKit Bug Importer 2020-06-19 11:08:17 PDT
<rdar://problem/64537641>