On Wed, Feb 05, 2020 at 10:48:31AM +0900, Michael Paquier wrote:
> On Tue, Feb 04, 2020 at 03:27:25PM +0100, Julien Rouhaud wrote:
> > I added some code comments to remind that we don't guarantee any consistency
> > here.
>
> That's mostly fine. I have moved the comment related to
> AuxiliaryPidGetProc() within the inner part of its the "if" (or the
> comment should be changed to be conditional). An extra thing is that
> nulls[29] was not set to true for a user without the proper permission
> rights.
Oh, oops indeed.
> Does that look fine to you?
This looks good, thanks a lot!