thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 12:09 am Post subject: Exim |
|
|
| This is a format string bug in daemon.c, line 976:sprintf(CS buff, CS pid_file_path, ""); /* Backward compatibility */pid_file_path can be changed on the command line.This line is in the function daemon_go(), which onlygets executed when the user is an exim-admin-user |
|