commit | bc4afde167513f7efe76012015f9fa3641c156cf | [log] [tgz] |
---|---|---|
author | Rebecca Schultz Zavin <rebecca@android.com> | Fri Feb 13 16:34:38 2009 -0800 |
committer | Rebecca Schultz Zavin <rebecca@android.com> | Fri Feb 13 16:34:38 2009 -0800 |
tree | 6160c4da2cf96d3aa12354b8ece2fcfc24d22b12 | |
parent | eef3c54deb1cb66455ae385075333f163e5fb838 [diff] |
Need to dup file descriptor when reading from the binder for native handles When reading a native handle that has passed through the binder, the fds have to be duped to prevent them from getting closed when the binder object is destructed. Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>