diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 19:58:12 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-14 19:58:12 +0000 |
commit | 81d8f81db11746c21c409bd1a79a53ed680cacec (patch) | |
tree | 1c887111d9dcb6dba6dcec106df2477830ac38ec /base | |
parent | eb4491996add019ae06d643875052bbd1b59c5ca (diff) | |
download | chromium_src-81d8f81db11746c21c409bd1a79a53ed680cacec.zip chromium_src-81d8f81db11746c21c409bd1a79a53ed680cacec.tar.gz chromium_src-81d8f81db11746c21c409bd1a79a53ed680cacec.tar.bz2 |
[Coverity] Fixed wrong use of HANDLE_EINTR
The macro usage as-is would evaluate the whole content of the if-statement for HANDLE_EINTR, instead of just the write(...) part - as a result, EINTR will not be handled
CID=103483
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9689034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
0 files changed, 0 insertions, 0 deletions