Bug 210547

Summary: [iOS] Potential crash under WebProcess::platformInitializeWebProcess
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Per Arne Vollan 2020-04-15 07:39:44 PDT
If the UI process fails to issue an extension to the runningboard service, the WebContent process will crash while trying to consume this extension.
Comment 1 Radar WebKit Bug Importer 2020-04-15 07:40:00 PDT
<rdar://problem/61827651>
Comment 2 Per Arne Vollan 2020-04-15 07:43:37 PDT
Created attachment 396531 [details]
Patch
Comment 3 Brent Fulgham 2020-04-15 09:27:55 PDT
Comment on attachment 396531 [details]
Patch

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

> Source/WebKit/ChangeLog:9
> +        while trying to consume this extension.

I think we have this same problem with mapdb. Could we do the same thing there?
Comment 4 Per Arne Vollan 2020-04-15 10:18:26 PDT
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 396531 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=396531&action=review
> 
> > Source/WebKit/ChangeLog:9
> > +        while trying to consume this extension.
> 
> I think we have this same problem with mapdb. Could we do the same thing
> there?

The mapdb issue have already been fixed.

Thanks for reviewing!
Comment 5 EWS 2020-04-15 10:22:05 PDT
Committed r260137: <https://trac.webkit.org/changeset/260137>

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