RESOLVED FIXED Bug 24098
Bugs in ClipboardChromium
https://bugs.webkit.org/show_bug.cgi?id=24098
Summary Bugs in ClipboardChromium
Scott Violet
Reported 2009-02-23 10:46:24 PST
ClipboardChromium has the following problems: . It's possible for the extension to be empty, resulting in a bad file name, for example, 'foo.' or just '.'. . We weren't restricting the size of the file to MAX_PATH. . We weren't removing characters that are invalid for file system names.
Attachments
Fixes bugs outlined in description (10.02 KB, patch)
2009-02-23 10:54 PST, Scott Violet
eric: review+
Scott Violet
Comment 1 2009-02-23 10:54:35 PST
Created attachment 27885 [details] Fixes bugs outlined in description
Eric Seidel (no email)
Comment 2 2009-02-23 11:18:17 PST
Comment on attachment 27885 [details] Fixes bugs outlined in description Doesn't look harmful.
Dimitri Glazkov (Google)
Comment 3 2009-02-23 11:36:45 PST
Note You need to log in before you can comment on or make changes to this bug.