summaryrefslogtreecommitdiff
path: root/tests/expected/lib
Commit message (Collapse)AuthorAgeFilesLines
* procfs: get_stat_nth: handle braces in process nameThomas Weißschuh2022-12-242-0/+6
| | | | | | | | | | | | In procfs_process_get_stat_nth() we skip to the end of the process name by looking for the ')' after it. However if the process name itself contains a ')' then find that instead of the correct one. By searching the ')' from the end of the file we can make sure to always find the correct one. Link: https://www.openwall.com/lists/oss-security/2022/12/21/6
* lib: procfs: add parsing cmd containing newlineThomas Weißschuh2022-12-242-0/+8
|
* lib: procfs: add unittestsThomas Weißschuh2022-12-243-0/+8