Function report |
Source Code:fs\readdir.c |
Create Date:2022-07-28 20:06:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:POSIX says that a dirent name cannot contain NULL or a '/'.* It's not 100% clear what we should really do in this case.* The filesystem is clearly corrupted, but returning a hard* error means that you now don't see any of the other names
Proto:static int verify_dirent_name(const char *name, int len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
int | len |
112 | If len <= 0 || len >= # chars in a path name including nul Then Return -EIO |
116 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |