Home
last modified time | relevance | path

Searched refs:tempmem3 (Results 1 – 1 of 1) sorted by path

/dports/security/gwee/gwee-1.36/
H A Dgwee.c155 char *tempmem3; variable
1907 if (!(tempmem3 = malloc(1024))) {
1921 strncpy(tempmem3, shellcode_p+i+i, i);
1922 tempmem3[i] = 0;
1935 if (!(shellcode_split3 = percentencode(tempmem3))) {
1946 free(tempmem3);