Re: [PATCH 6/6] xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 11:22:34PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM noticed a potential UAF if the tempfile creation code fails after > it set sc->tempip. Fix that. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>