Re: [PATCH] libsepol: Use matching integer types in scope_write()
James Carter <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAP+JOzT_Vppfj-rrSA=1KrobCABNeH7xkwhe2H10hS7jqdENHg@mail.gmail.com> |
On Wed, Aug 19, 2026 at 8:55 AM Stephen Smalley <[email protected]> wrote: > > On Tue, Aug 18, 2026 at 3:48 PM James Carter <[email protected]> wrote: > > > > Since the variable "items" is used where a size_t is expected, > > just make it a size_t. > > > > Since the variable "i" is compared to an uint32_t, just make it a > > uint32_t. > > > > Signed-off-by: James Carter <[email protected]> > > Acked-by: Stephen Smalley <[email protected]> Merged. Thanks, Jim