Re: [PATCH] hfsplus: fix uninit-value in hfsplus_cat_build_record
From: Matthew Wilcox
Date: Thu Nov 20 2025 - 12:34:57 EST
On Thu, Nov 20, 2025 at 10:47:40PM +0530, ssrane_b23@xxxxxxxxxxxxx wrote:
> Reported-by: syzbot+905d785c4923bea2c1db@xxxxxxxxxxxxxxxxxxxxxxxxx
> Closes: https://syzkaller.appspot.com/bug?extid=905d785c4923bea2c1db
> Fixes: 1da177e4c3f4
>
> Signed-off-by: Shaurya Rane <ssrane_b23@xxxxxxxxxxxxx>
This is not the correct format for the Fixes: tag. Here's the easy way
to do it: add this to your ~/.gitconfig
[pretty]
fixes=Fixes: %h ("%s")
Now you can type 'git show --pretty=fixes 1da177e4c3f4 |head -1 and it
will give you:
Fixes: 1da177e4c3f4 (Linux-2.6.12-rc2)
Also, don't put a blank line before your S-o-b line.