]> git.ipfire.org Git - thirdparty/grub.git/commit
fat: fix handling of "." and ".." directory entries
authorAndrei Borzenkov <arvidjaar@gmail.com>
Thu, 18 Jun 2015 17:09:47 +0000 (20:09 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Thu, 18 Jun 2015 17:09:47 +0000 (20:09 +0300)
commit7bb7140df2b6fd5c1fee6c47488724bc256e957a
tree4ab704d3b469a4de56c563e8619ec734c6520164
parent7af839a108857714b04cfc9384afa0b6d34c10c2
fat: fix handling of "." and ".." directory entries

Emulate dot and dotdot in root directory. For other directories do not
add separator between name and extension for these two special entries.

Closes: 45335
grub-core/fs/fat.c