Only allow absolute paths
This commit is contained in:
@ -20,6 +20,7 @@ char *string_tokenizealloc(char *s, char *delim);
|
||||
char *string_tokenizealloc_linecontinue(char *s, char *delim);
|
||||
char *string_combine(char *dest, const char *src);
|
||||
void * string_memmove(void* dest, const void* src, unsigned int n);
|
||||
char *string_strstr(const char *str, const char *substring);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user