Skip to content
Snippets Groups Projects
Commit 3af718ee authored by Dimitri Papadopoulos's avatar Dimitri Papadopoulos Committed by Dimitri Papadopoulos Orfanos
Browse files

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.
parent e259cb65
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment