There was an error fetching the commit references. Please try again later.
Avoid buffer overflow
The last character of array "request" should not be overwritten and remain '\0' to ensure we call strstr() on a null-terminated string.
Loading
Please register or sign in to comment