Questions tagged [path-manipulation]

31 questions
-1
votes
3 answers

Fortify : Path Manipulation in C - White List Implementation doesn't work - fopen issue

Hello everyone I have a fortify issue "Path manipulation" it produced by fopen use. According with fortify I could implement a white list in order to fix it, so there have my white list validator: white_list.c #define BUFF_WHITE_LIST_FILE 200 const…
1 2
3