mirror of
https://github.com/uw-imap/imap.git
synced 2024-11-16 10:28:23 +01:00
imap-2007f-format-security.patch
This commit is contained in:
parent
fc0899b6db
commit
940401df1f
@ -57,7 +57,7 @@ int safe_flock (int fd,int op)
|
|||||||
case ENOLCK: /* lock table is full */
|
case ENOLCK: /* lock table is full */
|
||||||
sprintf (tmp,"File locking failure: %s",strerror (errno));
|
sprintf (tmp,"File locking failure: %s",strerror (errno));
|
||||||
mm_log (tmp,WARN); /* give the user a warning of what happened */
|
mm_log (tmp,WARN); /* give the user a warning of what happened */
|
||||||
if (!logged++) syslog (LOG_ERR,tmp);
|
if (!logged++) syslog (LOG_ERR, "%s", tmp);
|
||||||
/* return failure if non-blocking lock */
|
/* return failure if non-blocking lock */
|
||||||
if (op & LOCK_NB) return -1;
|
if (op & LOCK_NB) return -1;
|
||||||
sleep (5); /* slow down in case it loops */
|
sleep (5); /* slow down in case it loops */
|
||||||
|
Loading…
Reference in New Issue
Block a user