Linux 7.3 校正 FAT 文件系统驱动程序的错误行为

2026年8月18日1 次浏览来源:Phoronix阅读原文

正文保留英文原文(机翻易破坏代码与排版),标题/摘要已提供中文

FAT12/FAT16/FAT32格式支持的Linux FAT驱动程序不会经常收到值得一提的更新. 对Linux 7.3来说,虽然有一个补丁,但由于驱动程序直到现在还没有对文件名长度进行上行检查,这可能导致一些文件名极其长的出乎意料的情况......

It's not too often that the Linux FAT driver for FAT12/FAT16/FAT32 format support receives updates worth mentioning.

For Linux 7.3 there is one patch though and it's due to the driver until now lacking an upper-bounds check on the length of the filename, which could lead to some unexpected situations with extremely long filenames...

分享