procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Fix parsing NSpids field in /proc/{PID}/status

Open timuralp opened this issue 8 months ago • 0 comments

The NSpids field uses a tab (\t) to separate the list of PIDs. The procfs parser should split on \t, rather than space. This was not caught because the test fixtures themselves used the space character.

The patch updates the parser, the fixtures, and adds an explicit test for NSpids.

timuralp avatar Jun 17 '24 18:06 timuralp