]> granicus.if.org Git - procps-ng/commit
pmap: fixing pidlist allocation & disabling vmflags in -X
authorJaromir Capik <jcapik@redhat.com>
Thu, 14 Feb 2013 12:55:51 +0000 (13:55 +0100)
committerJaromir Capik <jcapik@redhat.com>
Fri, 15 Feb 2013 17:51:28 +0000 (18:51 +0100)
commit12ee64c8a3828e9dfd11ad36f3f71cb76040a99c
tree788df2f3f0dc13d28de40a138af248b354944348
parentd454bfe9025d89ad888d4de9e741dc8f95c22b9c
pmap: fixing pidlist allocation & disabling vmflags in -X

This commit fixes allocation of the pid list so that it
is sufficient for storing the list terminator.

Additionally the vmflags printing in the -X mode is disabled
because it's too long. From now the vmflags are displayed
in the -XX mode only.
pmap.c