Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of absl::string_view in go/oak-cr/15661
absl::string_view::data() returns data that is not necessarily null-terminated. So we need to explicitly provide the size as well. Change-Id: I827ade8251be96301512331af0f309242f1b5b85
- Loading branch information