]> granicus.if.org Git - procps-ng/commit
pmap: Fix output format of VmFlags.
authorQualys Security Advisory <qsa@qualys.com>
Thu, 1 Jan 1970 00:00:00 +0000 (00:00 +0000)
committerCraig Small <csmall@enc.com.au>
Fri, 18 May 2018 21:32:22 +0000 (07:32 +1000)
commit8c84870d83dae5e1b1897c204d596649127acd21
tree05afdaffd5ed8870e79f89bca4d7ce12ac015c6c
parent62de3a2aa73521758f34ce147177be0ddada0bab
pmap: Fix output format of VmFlags.

In the headers, the space was misplaced; for example, "pmap -XX $$"
outputs "VmFlagsMapping" (without a space). Use justify_print() instead
of printf().

There was also an extra space in the output, because vmflags[] (from the
"VmFlags:" line) always ends with a space. Overwriting this last space
with a null byte fixes this misalignment.
pmap.c