Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-03 | Fix parsing bug in linux get_total_system_memory(). | Nick Mathewson | |
Use find_str_at_start_of_line(), not strstr() here: we don't want to match "MemTotal: " if it appears in the middle of a line. Fixes #40315; bugfix on 0.2.5.4-alpha. |