Home
last modified time | relevance | path

Searched refs:Attackee (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sendmail/test/
H A Dt_exclopen.c56 static char Attackee[128]; variable
63 (void) unlink(Attackee);
75 sprintf(Attackee, "/tmp/attackee.%d.%ld", getpid(), time(NULL));
77 if (symlink(Attackee, Attacker) < 0)
80 Attacker, Attackee, errno);
83 (void) unlink(Attackee);
84 if (stat(Attackee, &st) >= 0)
87 Attackee);
94 if (stat(Attackee, &st) >= 0)
97 Attackee, save_errno);
[all …]