Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull UDF fix from Jan Kara:
"Fix a possible memory corruption with UDF"

* tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()

+1 -1
+1 -1
fs/udf/namei.c
··· 240 240 poffset - lfi); 241 241 else { 242 242 if (!copy_name) { 243 - copy_name = kmalloc(UDF_NAME_LEN, 243 + copy_name = kmalloc(UDF_NAME_LEN_CS0, 244 244 GFP_NOFS); 245 245 if (!copy_name) { 246 246 fi = ERR_PTR(-ENOMEM);