WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
171517
Stop using strcpy() in fullyQualifiedInfoTableName() from Database.cpp
https://bugs.webkit.org/show_bug.cgi?id=171517
Summary
Stop using strcpy() in fullyQualifiedInfoTableName() from Database.cpp
David Kilzer (:ddkilzer)
Reported
2017-05-01 15:26:12 PDT
$ ./Tools/Scripts/check-webkit-style --filter="-,+security/" Source/WebCore ERROR: Source/WebCore/Modules/webdatabase/Database.cpp:102: Almost always, snprintf is better than strcpy. [security/printf] [4] ERROR: Source/WebCore/Modules/webdatabase/Database.cpp:103: Almost always, snprintf is better than strcpy. [security/printf] [4] Total errors found: 2 in 8492 files
Attachments
Patch v1
(1.52 KB, patch)
2017-05-01 15:28 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2017-05-01 15:28:43 PDT
Created
attachment 308777
[details]
Patch v1
WebKit Commit Bot
Comment 2
2017-05-01 15:55:41 PDT
Comment on
attachment 308777
[details]
Patch v1 Clearing flags on attachment: 308777 Committed
r216040
: <
http://trac.webkit.org/changeset/216040
>
WebKit Commit Bot
Comment 3
2017-05-01 15:55:42 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug