Re: [PATCH v2] checkpolicy-fuzzer: drop invalid assertion
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAEjxPJ6Fpe45o1hBTVAgYiO8QwvJQEBK97dKSNqtNnHHXAsLKQ@mail.gmail.com> |
On Thu, Aug 6, 2026 at 11:35 AM James Carter <[email protected]> wrote: > > On Thu, Aug 6, 2026 at 10:15 AM Stephen Smalley > <[email protected]> wrote: > > > > The checkpolicy-fuzzer has an invalid assertion; checkpolicy > > intentionally tracks errors via policydb_errors and does not always > > return non-zero from yyparse() if there were any errors during the > > compilation. > > > > Reported-by: oss-fuzz (issue 471491765) > > Signed-off-by: Stephen Smalley <[email protected]> > > Acked-by: James Carter <[email protected]> Thanks, merged.