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

/freebsd-11-stable/contrib/sendmail/test/
H A Dt_exclopen.c53 static char Attackee[128]; variable
60 (void) unlink(Attackee);
72 sprintf(Attackee, "/tmp/attackee.%d.%ld", getpid(), time(NULL));
74 if (symlink(Attackee, Attacker) < 0)
77 Attacker, Attackee, errno);
80 (void) unlink(Attackee);
81 if (stat(Attackee, &st) >= 0)
84 Attackee);
91 if (stat(Attackee, &st) >= 0)
94 Attackee, save_errn
[all...]

Completed in 167 milliseconds