Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Issue 1700014: POSIX: Make sure files in plugin directories are regular files. (Closed)

Created:
10 years, 8 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews, John Grabowski, jam, pam+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

POSIX: Make sure files in plugin directories are regular files. BUG=none TEST=Visiting about:plugins with MOZ_PLUGIN_PATH=/tmp does not hang when there is a pipe in /tmp. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45638

Patch Set 1 : '' #

Total comments: 2

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -13 lines) Patch
M webkit/glue/plugins/plugin_lib_posix.cc View 1 3 chunks +20 lines, -8 lines 0 comments Download
M webkit/glue/plugins/plugin_list_posix.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lei Zhang
10 years, 8 months ago (2010-04-25 18:17:25 UTC) #1
Evan Martin
http://codereview.chromium.org/1700014/diff/4001/5001 File webkit/glue/plugins/plugin_lib_posix.cc (right): http://codereview.chromium.org/1700014/diff/4001/5001#newcode48 webkit/glue/plugins/plugin_lib_posix.cc:48: close(fd); You need to check the return value of ...
10 years, 8 months ago (2010-04-25 18:31:04 UTC) #2
Lei Zhang
http://codereview.chromium.org/1700014/diff/4001/5001 File webkit/glue/plugins/plugin_lib_posix.cc (right): http://codereview.chromium.org/1700014/diff/4001/5001#newcode48 webkit/glue/plugins/plugin_lib_posix.cc:48: close(fd); On 2010/04/25 18:31:04, Evan Martin wrote: > You ...
10 years, 8 months ago (2010-04-26 22:07:03 UTC) #3
Evan Martin
10 years, 8 months ago (2010-04-26 22:10:33 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698