]> git.sur5r.net Git - u-boot/blobdiff - include/ext4fs.h
ext4: fix possible crash on directory traversal, ignore deleted entries
[u-boot] / include / ext4fs.h
index 13d2c5603bddc0c2bb7dc30aea41240e14e5fccd..e3f6216fa91f695423de93a4a84c0c766b26d20e 100644 (file)
@@ -124,7 +124,7 @@ extern int gindex;
 
 int ext4fs_init(void);
 void ext4fs_deinit(void);
-int ext4fs_filename_check(char *filename);
+int ext4fs_filename_unlink(char *filename);
 int ext4fs_write(const char *fname, unsigned char *buffer,
                 unsigned long sizebytes);
 int ext4_write_file(const char *filename, void *buf, loff_t offset, loff_t len,