Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
lib /
imap /
supplemental /
patches /
Delete
Unzip
Name
Size
Permission
Date
Action
1006_openssl1.1_autoverify.patch
2.15
KB
-rw-r--r--
2023-01-11 06:22
README.md
325
B
-rw-r--r--
2023-01-11 06:22
imap-2004a-doc.patch
885
B
-rw-r--r--
2023-01-11 06:22
imap-2007-paths.patch
614
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-authmd5.patch
1.61
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-overflow.patch
721
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-poll.patch
7.5
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-shared.patch
2.56
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-system_c_client.patch
728
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-format-security.patch
680
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-ldflags.patch
964
B
-rw-r--r--
2023-01-11 06:22
Save
Rename
diff -Naur imap-2007f.orig/src/osdep/unix/flocklnx.c imap-2007f/src/osdep/unix/flocklnx.c --- imap-2007f.orig/src/osdep/unix/flocklnx.c 2011-07-23 02:20:11.000000000 +0200 +++ imap-2007f/src/osdep/unix/flocklnx.c 2014-04-14 19:17:46.429000000 +0200 @@ -57,7 +57,7 @@ case ENOLCK: /* lock table is full */ sprintf (tmp,"File locking failure: %s",strerror (errno)); 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 */ if (op & LOCK_NB) return -1; sleep (5); /* slow down in case it loops */