Skip to content

Fix user and group name to number conversion for uid/gid above 2^31.

Todd Lewis requested to merge utoddl/procps:master into master

pgrep and pkill (same source file) clobber the high bit of uid/gid when converting user names and group names to numbers if the uid or gid is above 2^31. The proposed casts preserve the high bits in these cases. See issue #113 (closed)

Edited by Todd Lewis

Merge request reports