mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
overlapped memcpy replaced with memmove
This commit is contained in:
parent
4fef3a1df0
commit
7ca32fc940
@ -339,7 +339,7 @@ for(;;){
|
||||
if(!isconnect){
|
||||
if(se==sg)*se-- = ' ';
|
||||
*se = '/';
|
||||
memcpy(ss, se, i - (se - sb) + 1);
|
||||
memmove(ss, se, i - (se - sb) + 1);
|
||||
}
|
||||
}
|
||||
reqlen = i = (int)strlen((char *)buf);
|
||||
|
Loading…
Reference in New Issue
Block a user