linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hfs&hfsplus: abort for unexpected name length
@ 2025-08-06 17:11 Yangtao Li
  2025-08-06 17:11 ` [PATCH 1/2] hfs: abort hfs_lookup if name is too long Yangtao Li
  2025-08-06 17:11 ` [PATCH 2/2] hfsplus: abort hfsplus_lookup " Yangtao Li
  0 siblings, 2 replies; 5+ messages in thread
From: Yangtao Li @ 2025-08-06 17:11 UTC (permalink / raw)
  To: slava, glaubitz; +Cc: linux-fsdevel, linux-kernel, Yangtao Li

We need to prevent to create unexpected files, which name length over
NAMELEN_MAX.

Yangtao Li (2):
  hfs: abort hfs_lookup if name is too long
  hfsplus: abort hfsplus_lookup if name is too long

 fs/hfs/dir.c     | 3 +++
 fs/hfsplus/dir.c | 3 +++
 2 files changed, 6 insertions(+)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-08 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-06 17:11 [PATCH 0/2] hfs&hfsplus: abort for unexpected name length Yangtao Li
2025-08-06 17:11 ` [PATCH 1/2] hfs: abort hfs_lookup if name is too long Yangtao Li
2025-08-08 22:05   ` Viacheslav Dubeyko
2025-08-06 17:11 ` [PATCH 2/2] hfsplus: abort hfsplus_lookup " Yangtao Li
2025-08-08 21:54   ` Viacheslav Dubeyko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).