Bug 234552 - IPC streams should not accept 0-length stream buffers
Summary: IPC streams should not accept 0-length stream buffers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks: webglgpup
  Show dependency treegraph
 
Reported: 2021-12-21 02:04 PST by Kimmo Kinnunen
Modified: 2021-12-21 06:08 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.19 KB, patch)
2021-12-21 02:43 PST, Kimmo Kinnunen
no flags Details | Formatted Diff | Diff
Patch for landing (2.23 KB, patch)
2021-12-21 03:42 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 2021-12-21 02:04:51 PST
IPC streams should not accept 0-length stream buffers
Comment 1 Kimmo Kinnunen 2021-12-21 02:06:48 PST
<rdar://79725420>
Comment 2 Kimmo Kinnunen 2021-12-21 02:43:50 PST
Created attachment 447705 [details]
Patch
Comment 3 Antti Koivisto 2021-12-21 02:45:47 PST
Comment on attachment 447705 [details]
Patch

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

> Source/WebKit/ChangeLog:9
> +        Make decoding 0-length stream buffers, they are not useful.

Make what?
Comment 4 Kimmo Kinnunen 2021-12-21 03:42:42 PST
Created attachment 447709 [details]
Patch for landing
Comment 5 EWS 2021-12-21 06:08:23 PST
Committed r287313 (245465@main): <https://commits.webkit.org/245465@main>

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