Re: [PATCH] libsepol: Use matching integer types in scope_write()
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAEjxPJ4HtTpOai8=x_Oxa_Eqj4FV9PzUoVq7TBzV+FC=kHhtxg@mail.gmail.com> |
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]>