Re: [PATCH v2] dlm: fix buffer overflow from negative len in dlm_search_rsb_tree
From: Alexander Aring
Date: Thu Jul 16 2026 - 14:28:03 EST
Hi,
On Mon, May 25, 2026 at 10:27 AM Alexander Aring <aahringo@xxxxxxxxxx> wrote:
>
> Hi,
>
> On Sat, May 16, 2026 at 10:03 PM Joseph Qi <joseph.qi@xxxxxxxxxxxxxxxxx> wrote:
> >
> > commit 080e5563f878 only checks for len > DLM_RESNAME_MAXLEN, which does
>
> check with checkpath, it reports an error regarding how this commit
> reference is done.
I fixed your commit message for this patch; checkpatch requires a very
specific commit reference style here.
It's "commit 080e5563f878c ("dlm: validate length in dlm_search_rsb_tree")".
- Alex