Hi KLone Team,<br><br>I use request_get_uploaded_file() function.<br>But the prototype of this function in request.h is different of this in request.c<br><br>The size of buffer in request.h are smaller than this in request.c.<br>
<br>So then I use the request_get_uploaded_file() function with buffers of size "U_PATH_MAX", there are a memory overflow.<br><br>For information, strncpy() pads the remainder of buffer with null bytes,<br>but snprintf() just adds one null byte and it does not affect the rest of the buffer<br clear="all">
<br>Bye<br>-- <br>Mickaël AUGER<br><br>