Bug 177761 - Web Inspector: Escape more characters in posix string conversion
Summary: Web Inspector: Escape more characters in posix string conversion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-02 11:50 PDT by Joseph Pecoraro
Modified: 2017-10-02 17:29 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.51 KB, patch)
2017-10-02 11:54 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-10-02 11:50:19 PDT
Escape more characters in posix string conversion

Convert '!' to '\041' in posix strings ($'...') since '!' may have special behavior at times.
Comment 1 Joseph Pecoraro 2017-10-02 11:50:34 PDT
<rdar://problem/34506832>
Comment 2 Joseph Pecoraro 2017-10-02 11:54:38 PDT
Created attachment 322405 [details]
[PATCH] Proposed Fix
Comment 3 BJ Burg 2017-10-02 17:02:00 PDT
Comment on attachment 322405 [details]
[PATCH] Proposed Fix

r=me
Comment 4 WebKit Commit Bot 2017-10-02 17:29:04 PDT
Comment on attachment 322405 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 322405

Committed r222762: <http://trac.webkit.org/changeset/222762>
Comment 5 WebKit Commit Bot 2017-10-02 17:29:05 PDT
All reviewed patches have been landed.  Closing bug.