Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 116f6b8d authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Add binder test for transfer of non-blocking fd

In input code, fds are created and made non-blocking. These fd's are
then passed to another process via binder.

During this process, it is (theoretically) possible that the fd will
lose its "O_NONBLOCK" flag.

In this CL, we ensure that a non-blocking fd created by the server
remains non-blocking in the client.

Bug: 217165277
Test: atest binderLibTest
Change-Id: I0dc62d8b219177ee7fa291b5f3fbf298e72a7772
parent 09e7c8bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment