On Wed, 17 Feb 2021 19:23:30 -0500 Greg Schmidt <g_w_schm...@sbcglobal.net> wrote:

>
> grabbed the source and see that while reading thru the output from a 'ps maux'
> the pid field is checked against MAX_PROCESSES
>
> ret = atol(p);
> if ( ret < 0 || ret > MAX_PROCESSES )
> {
> fprintf (stderr, " OooPS, not expected %ld value\n", ret);
> exit (2);
> }
>
> and

> #define MAX_PROCESSES 99999

It *seems* that it should be set to the correct value: https://salsa.debian.org/pkg-security-team/chkrootkit/-/blob/debian/master/chkproc.c#L93

But I have the same issue here. So maybe __x86_64 isn't set as it should?

Adrien

Reply via email to