Bug 53374 - Remove uses of unsafe string functions in debugging code
Summary: Remove uses of unsafe string functions in debugging code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 02:04 PST by Cameron Zwarich (cpst)
Modified: 2011-01-29 12:31 PST (History)
0 users

See Also:


Attachments
Proposed patch (1.34 KB, patch)
2011-01-29 02:05 PST, Cameron Zwarich (cpst)
ddkilzer: review+
zwarich: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2011-01-29 02:04:06 PST
We might as well remove uses in debugging code to avoid false positives in checking tools.
Comment 1 Cameron Zwarich (cpst) 2011-01-29 02:05:47 PST
Created attachment 80556 [details]
Proposed patch
Comment 2 Cameron Zwarich (cpst) 2011-01-29 12:31:54 PST
Fixed in r77067.