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

/freebsd-10-stable/contrib/sendmail/test/
H A Dt_exclopen.c52 static char Attacker[128]; variable
59 (void) unlink(Attacker);
71 sprintf(Attacker, "/tmp/attacker.%d.%ld", getpid(), time(NULL));
74 if (symlink(Attackee, Attacker) < 0)
77 Attacker, Attackee, errno);
87 if (open(Attacker, O_WRONLY|O_CREAT|O_EXCL, 0644) < 0)

Completed in 42 milliseconds