]> granicus.if.org Git - procps-ng/commit
library: fix boo-boo left by earlier patch, <PIDS> api
authorJim Warner <james.warner@comcast.net>
Mon, 25 Apr 2016 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Tue, 26 Apr 2016 12:27:16 +0000 (22:27 +1000)
commitb778a267fe27422c300f759e62ef796fbdd559cd
treece4b81592b17f24048a1498fdf6975c9550212fa
parent8c38a58d94a2587b7f63db70aace8cd11e74a32c
library: fix boo-boo left by earlier patch, <PIDS> api

After the commit referenced below the potential exists
for a SEGV (resulting from an out-of-bounds Item_table
reference if PROCPS_PIDS_physical_end is encountered).

So this patch eliminates that PROCPS_PIDS_physical_end
as no longer necessary and completes the task of using
PROCPS_PIDS_logical_end as a sole necessary fencepost.

Reference(s):
commit e7585992d9c0743246247b3d6ee0041942fe07d5
proc/pids.c