Bug 235889 - Fix GPUP WebGL generator script wrt uninitialised sized span
Summary: Fix GPUP WebGL generator script wrt uninitialised sized span
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-31 05:23 PST by Kimmo Kinnunen
Modified: 2022-02-23 05:21 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2022-02-22 12:06 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (4.88 KB, patch)
2022-02-23 00:44 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff
Patch (4.92 KB, patch)
2022-02-23 00:47 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-01-31 05:23:36 PST
Fix GPUP WebGL generator script wrt uninitialised sized span

Likely generates a dangling reference:
IPC::ArrayReference<int32_t, 2> rangeReply { { } };
Comment 1 Kimmo Kinnunen 2022-01-31 05:25:34 PST
caused by bug 233931
Comment 2 Radar WebKit Bug Importer 2022-02-07 05:24:19 PST
<rdar://problem/88567612>
Comment 3 Alex Christensen 2022-02-22 12:06:09 PST
Created attachment 452890 [details]
Patch
Comment 4 Alex Christensen 2022-02-22 12:45:15 PST
r290328
Comment 5 Kimmo Kinnunen 2022-02-23 00:26:04 PST
Fix GPUP WebGL *generator script* wrt uninitialised sized span
Comment 6 Kimmo Kinnunen 2022-02-23 00:44:52 PST
Created attachment 452946 [details]
Patch
Comment 7 Kimmo Kinnunen 2022-02-23 00:47:16 PST
Created attachment 452947 [details]
Patch
Comment 8 EWS 2022-02-23 05:20:55 PST
Committed r290367 (247683@main): <https://commits.webkit.org/247683@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 452947 [details].