Age | Commit message (Collapse) | Author |
|
* fsys-options.c (diskfs_S_fsys_get_options):
fshelp_return_malloced_buffer renamed to iohelp_*.
* file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise.
|
|
Free ARGZ if diskfs_append_args returns an error.
Initialize ARGZ & ARGZ_LEN to the program name, and call diskfs_append_args
instead of diskfs_get_options.
<argz.h>:
New include.
|
|
Use fshelp_return_malloced_buffer to setup the return data.
|
|
|
|
_diskfs_get_options.c
|
|
(diskfs_S_file_get_fs_options): Dereference DATA_LEN in call to
vm_allocate.
|
|
|