Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for TSAN failure, due to suspected lack of string NULL-terminator.
Instead of relying on the char buffer being correctly NULL-terminated, we use the read length returned from `read()`. PiperOrigin-RevId: 393109560 Change-Id: Icd37f7a1b9d168c81a104f8b3e92fb0fa661293f
- Loading branch information