Bug 204607 - Attempting to enable more than one FuzzerAgent should result in an error
Summary: Attempting to enable more than one FuzzerAgent should result in an error
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: 2019-11-26 02:49 PST by Tuomas Karkkainen
Modified: 2019-11-26 04:22 PST (History)
9 users (show)

See Also:


Attachments
proposed patch (1.77 KB, patch)
2019-11-26 02:53 PST, 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 2019-11-26 02:49:24 PST
Attempting to enable more than one FuzzerAgent should result in an error.

Currently the options enabling FuzzerAgents are evaluated in order and any FuzzerAgents enabled after the first one are silently ignored.
Comment 1 Tuomas Karkkainen 2019-11-26 02:53:31 PST
Created attachment 384342 [details]
proposed patch
Comment 2 WebKit Commit Bot 2019-11-26 04:21:20 PST
Comment on attachment 384342 [details]
proposed patch

Clearing flags on attachment: 384342

Committed r252885: <https://trac.webkit.org/changeset/252885>
Comment 3 WebKit Commit Bot 2019-11-26 04:21:21 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-11-26 04:22:19 PST
<rdar://problem/57488527>