]> granicus.if.org Git - procps-ng/commit
library: ensure any 'flags' is consistently 'unsigned'
authorJim Warner <james.warner@comcast.net>
Sun, 6 Sep 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 7 Sep 2015 08:11:48 +0000 (18:11 +1000)
commit5e46a145bafe457abfa8b4f261d6c9a8c41a3c14
tree1a84eed28b31fbe12455146fd40abb7470298fcf
parentc39f4735c0ccde0d75daac76c7d9215e249fb518
library: ensure any 'flags' is consistently 'unsigned'

This commit is an outgrowth of the research into a bug
that recently surfaced with the 'w' program. And while
that program was just a victim several inconsistencies
were found in the handling of library flags during the
research. This patch just address such irregularities.

Reference(s):
http://www.freelists.org/post/procps/newlib-at-the-precipice,4

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/pids.c
proc/readproc.c
proc/readproc.h