2005-01-21 Marco Gerards <metgerards@student.han.nl>

* fs/minix.c (grub_minix_find_file): Reserve more space for
	`fpath' so the \0 can be stored.  Use `grub_strcpy' instead of
	`grub_strncpy' to copy `path' into it.
This commit is contained in:
marco_g 2005-01-21 22:34:18 +00:00
parent 67bbaf0f38
commit 78026bce9c
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2005-01-21 Marco Gerards <metgerards@student.han.nl>
* fs/minix.c (grub_minix_find_file): Reserve more space for
`fpath' so the \0 can be stored. Use `grub_strcpy' instead of
`grub_strncpy' to copy `path' into it.
2005-01-21 Marco Gerards <metgerards@student.han.nl>
Add the loopback device, a device via which files can be accessed