commit | 09d0298d8ca70b581a2cf481423bc5f593c022ce | [log] [tgz] |
---|---|---|
author | David Trainor <[email protected]> | Tue Nov 28 19:48:04 2017 |
committer | Commit Bot <[email protected]> | Tue Nov 28 19:48:04 2017 |
tree | 9348b1d4ba002cfa7d6f48cb4109f16c51276f55 | |
parent | 4f65547576fa28014dcb1bfcabf92fe0c56f9582 [diff] |
Fix a line trim to use the correct offset We were previously trimming the string with the wrong prefix, which meant that querying the Cpu brand from /proc/cpuinfo could be wrong if the string matched "Processor\t: ". We would use "model name\t: " length to trim instead of the correct "Processor\t: " length. BUG=788934 Change-Id: I1cc99e6c64ca89b25f53c51624db40cdafe24a6b Reviewed-on: https://chromium-review.googlesource.com/791998 Reviewed-by: Tommy Nyquist <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Commit-Queue: David Trainor <[email protected]> Cr-Commit-Position: refs/heads/master@{#519802}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .