Bug 25912 - Harden NumberPrototype.cpp by removing use of strcpy()
Summary: Harden NumberPrototype.cpp by removing use of strcpy()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 00:24 PDT by Cameron Zwarich (cpst)
Modified: 2009-05-21 01:43 PDT (History)
0 users

See Also:


Attachments
Proposed patch (2.41 KB, patch)
2009-05-21 00:37 PDT, Cameron Zwarich (cpst)
no flags Details | Formatted Diff | Diff
Revised proposed patch (2.96 KB, patch)
2009-05-21 01:14 PDT, Cameron Zwarich (cpst)
mjs: review+
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) 2009-05-21 00:24:04 PDT
We should do this.
Comment 1 Cameron Zwarich (cpst) 2009-05-21 00:37:39 PDT
Created attachment 30524 [details]
Proposed patch
Comment 2 Cameron Zwarich (cpst) 2009-05-21 00:40:25 PDT
Comment on attachment 30524 [details]
Proposed patch

Clearing review request to deal with comments by Maciej on IRC.
Comment 3 Cameron Zwarich (cpst) 2009-05-21 01:14:59 PDT
Created attachment 30526 [details]
Revised proposed patch
Comment 4 Maciej Stachowiak 2009-05-21 01:18:56 PDT
Comment on attachment 30526 [details]
Revised proposed patch

r=me
Comment 5 Cameron Zwarich (cpst) 2009-05-21 01:43:16 PDT
Landed in r43962.