cirocosta / fssim

Mozilla Public License 2.0
0 stars 1 forks source link

directories #22

Closed cirocosta closed 8 years ago

cirocosta commented 8 years ago

memcheck error --> not freeing the argv for splitpath correctly. Use FREE_ARR(argv, argc)

cirocosta commented 8 years ago

now we only need to be capable of recovering recursively all the directory state into memory. That's something that must be done at the fs layer and take advantage of fs_file_load which simply expects a FS_BLOCK_SIZE sized buffer containing the directory info.