svn commit: r359987 - in head/sys: amd64/ia32 amd64/linux32 compat/freebsd32 kern sys

Kyle Evans kevans at freebsd.org
Thu Apr 16 00:46:26 UTC 2020


On Wed, Apr 15, 2020 at 3:21 PM Brooks Davis <brooks at freebsd.org> wrote:
>
> Author: brooks
> Date: Wed Apr 15 20:21:30 2020
> New Revision: 359987
> URL: https://svnweb.freebsd.org/changeset/base/359987
>
> Log:
>   Make ps_strings in struct image_params into a pointer.
>
>   This is a prepratory commit for D24407.
>
>   Reviewed by:  kib
>   Obtained from:        CheriBSD
>   Sponsored by: DARPA
>

This seems to have missed just one spot over in i386 machdep bits
(reported by CI, masked by earlier-in-the-build breakage):

18:28:51 /usr/src/sys/i386/i386/machdep.c:1174:15: error: incompatible
pointer to integer conversion assigning to 'int' from 'void *'
[-Werror,-Wint-conversion]
18:28:51         regs->tf_ebx = imgp->ps_strings;
18:28:51                      ^ ~~~~~~~~~~~~~~~~

Thanks,

Kyle Evans


More information about the svn-src-head mailing list