* path.cc (mount_info::from_fstab_line): Simplify.

(mount_info::from_fstab): Create a default root dir.
This commit is contained in:
Corinna Vinschen
2008-04-03 18:20:54 +00:00
parent 023266aac8
commit b7ca762d3f
2 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
2008-04-03 Corinna Vinschen <corinna@vinschen.de>
* path.cc (mount_info::from_fstab_line): Simplify.
(mount_info::from_fstab): Create a default root dir.
2008-04-03 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (insert_file): Fix potential buffer overflow.