D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/sendfile-2.1b-14.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.i2S3gt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf sendfile-2.1b + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/sendfile-2.1b.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sendfile-2.1b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/sendfile-2.1b-fix-str-fmt.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + cp -af /usr/lib/rpm/mageia/config.guess /usr/lib/rpm/mageia/config.sub develop/ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.s5veQr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sendfile-2.1b + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' ./makeconfig checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for string.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for readline in -lreadline... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for struct stat.st_blksize... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... yes checking for alloca... yes checking return type of signal handlers... void checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking whether utime accepts a null argument... yes checking for gethostname... yes checking for gettimeofday... yes checking for mkdir... yes checking for socket... yes checking for uname... yes checking for strerror... yes checking for snprintf... yes configure: creating ./config.status config.status: creating ../src/config.h config.status: executing default-1 commands now in /home/iurt/rpmbuild/BUILD/sendfile-2.1b/src creating globals.h creating Makefile cd src; make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sendfile-2.1b/src' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sendfile-2.1b/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/sendfile-2.1b/src' gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c sendfile.c sendfile.c: In function 'main': sendfile.c:1165:25: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 1165 | sscanf(line,"SIZE %lld %lld",&size,&orgsize); | ~~~^ ~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfile.c:1165:30: warning: format '%lld' expects argument of type 'long long int *', but argument 4 has type 'off_t *' {aka 'long int *'} [-Wformat=] 1165 | sscanf(line,"SIZE %lld %lld",&size,&orgsize); | ~~~^ ~~~~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfile.c:1218:27: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1218 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c:1218:32: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 1218 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c:1353:30: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1353 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c:1353:35: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 1353 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c:1746:32: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1746 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c:1746:37: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 1746 | snprintf(MAXS(sizes),"%lld %lld",size,orgsize); | ~~~^ ~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfile.c: In function 'forward': sendfile.c:2352:59: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 2352 | if (str_neq_nocase("SIZE",line,4)) sscanf(arg+1,"%lld",&size); | ~~~^ ~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfile.c: In function 'list_spool': sendfile.c:2634:30: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 2634 | printf("%s@%s : %s (%lld KB)\n", | ~~~^ | | | long long int | %ld 2635 | oflp->to,hlp->host,file,(oflp->size+512)/1024); | ~~~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} sendfile.c: In function 'linkspeed': sendfile.c:2549:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 2549 | fscanf(inf,"%d",&speed); | ^~~~~~~~~~~~~~~~~~~~~~~ sendfile.c: In function 'cleanup': sendfile.c:1955:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3835 and 4090 [-Wformat-truncation=] 1955 | snprintf(MAXS(line),"LOG %s %s",pw_name,outlogtmp); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 4356 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1984:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3835 and 4090 [-Wformat-truncation=] 1984 | snprintf(MAXS(line),"LOG %s %s",pw_name,outlogtmp); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 4356 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c: In function 'pgp_sign': sendfile.c:2108:37: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4083 [-Wformat-truncation=] 2108 | snprintf(MAXS(tmp),"shell-call: %s",cmd); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 8204 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:2127:29: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4090 [-Wformat-truncation=] 2127 | snprintf(MAXS(sign),"SIGN %s",tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 4101 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c: In function 'linkspeed': sendfile.c:2538:30: warning: '/speeds' directive output may be truncated writing 7 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2538 | snprintf(MAXS(speeddir),"%s/speeds",userspool); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:2545:30: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 2545 | snprintf(MAXS(hostfile),"%s/%s",speeddir,host); | ^ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c: In function 'notespeed': sendfile.c:2590:30: warning: '/speeds' directive output may be truncated writing 7 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2590 | snprintf(MAXS(speeddir),"%s/speeds",userspool); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:2597:30: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 2597 | snprintf(MAXS(hostfile),"%s/%s",speeddir,host); | ^ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c: In function 'main': sendfile.c:825:31: warning: '/.sendfile_' directive output may be truncated writing 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 825 | snprintf(MAXS(outlogtmp),"%s/.sendfile_%d.log",userspool,pid); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 17 and 4122 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:848:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4066 [-Wformat-truncation=] 848 | snprintf(MAXS(tmp),"the user spool directory is: %s",userspool); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 30 and 4125 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:869:17: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4086 [-Wformat-truncation=] 869 | "tmp-file %s does already exist and cannot be deleted",tartmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 51 and 4146 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:874:17: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4086 [-Wformat-truncation=] 874 | "tmp-file %s does already exist and cannot be deleted",ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 51 and 4146 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:879:17: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4086 [-Wformat-truncation=] 879 | "tmp-file %s does already exist and cannot be deleted",texttmp); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 51 and 4146 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:884:17: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4086 [-Wformat-truncation=] 884 | "tmp-file %s does already exist and cannot be deleted",pgptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 51 and 4146 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:889:17: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4086 [-Wformat-truncation=] 889 | "tmp-file %s does already exist and cannot be deleted",stdintmp); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 51 and 4146 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:973:48: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4074 [-Wformat-truncation=] 973 | snprintf(MAXS(tmp),"cannot open tmp-file %s",stdintmp); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 22 and 4117 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:980:51: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4066 [-Wformat-truncation=] 980 | snprintf(MAXS(tmp),"error while writing stdin to %s",stdintmp); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 30 and 4125 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1598:27: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4090 [-Wformat-truncation=] 1598 | snprintf(MAXS(tmp),"FILE %s",utf_name); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 8197 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1564:26: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 510 [-Wformat-truncation=] 1564 | snprintf(MAXS(rto),"%s@%s",oflp->to,hlp->host); | ^~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 511 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1718:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4087 [-Wformat-truncation=] 1718 | snprintf(MAXS(cmd),"%s < '%s' > %s",zprg,file,ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 9 or more bytes (assuming 4104) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1794:61: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4058 [-Wformat-truncation=] 1794 | snprintf(MAXS(tmp),"remote site does not support file of %s",line); | ^~ ~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 38 and 4133 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1305:39: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] 1305 | snprintf(MAXS(tmp),"shell-call: %s",cmd); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1334:32: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4092 [-Wformat-truncation=] 1334 | snprintf(MAXS(cmd),"%s < %s > %s",zprg,tartmp,ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 8197) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1336:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] 1336 | snprintf(MAXS(tmp),"shell-call: %s",cmd); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1409:32: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4090 [-Wformat-truncation=] 1409 | snprintf(MAXS(tmp),"FILE %s",utf_name); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 8197 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1418:27: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4090 [-Wformat-truncation=] 1418 | snprintf(MAXS(tmp),"FILE %s",utf_name); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 8197 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1427:27: warning: '%s' directive output may be truncated writing up to 8191 bytes into a region of size 4090 [-Wformat-truncation=] 1427 | snprintf(MAXS(tmp),"FILE %s",utf_name); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 8197 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1375:31: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 510 [-Wformat-truncation=] 1375 | snprintf(MAXS(rto),"%s@%s",oflp->to,hlp->host); | ^~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 511 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1048:57: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4065 [-Wformat-truncation=] 1048 | snprintf(MAXS(tmp),"cannot access spool directory %s",userspool); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 31 and 4126 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1132:43: warning: '%s' directive output may be truncated writing up to 4091 bytes into a region of size 4080 [-Wformat-truncation=] 1132 | snprintf(MAXS(tmp),"cannot send %s : %s",file,reply+4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 16 or more bytes (assuming 4107) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1149:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3828 and 4083 [-Wformat-truncation=] 1149 | snprintf(MAXS(cmd),"%s -dc %s > %s",GZIP,sdfn,ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 4363 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1147:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3826 and 4081 [-Wformat-truncation=] 1147 | snprintf(MAXS(cmd),"%s -d < %s > %s",BZIP2,sdfn,ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 4365 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfile.c:1145:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3824 and 4079 [-Wformat-truncation=] 1145 | snprintf(MAXS(cmd),"%s -d <%s|%s>%s",BZIP2,sdfn,GZIP,ziptmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfile.c:127: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 17 and 4367 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c message.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c utf7.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c pstring.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c string.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c io.c io.c: In function 'rmtmpdir': io.c:387:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 387 | chdir(cwd); | ^~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c net.c net.c: In function 'send_data': net.c:734:23: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 734 | sscanf(&reply[4],"%lld",&offset); | ~~~^ ~~~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld net.c:778:48: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 778 | snprintf(MAXS(tmp),"resuming %s at byte %lld",iso_name,offset); | ~~~^ ~~~~~~ | | | | | off_t {aka long int} | long long int | %ld net.c:783:54: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 783 | snprintf(MAXS(tmp),"begin transfer of %s with %lld bytes",fname,size); | ~~~^ ~~~~ | | | | long long int off_t {aka long int} | %ld net.c:830:35: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] 830 | fprintf(stderr,"%s%s: %3d%% (%lld of %lld kB)\r", | ~~~^ | | | long long int | %ld 831 | tinfo,fname,percent, 832 | (bytes+offset-1)/1024+1,(size+offset-1)/1024+1); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} net.c:830:43: warning: format '%lld' expects argument of type 'long long int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] 830 | fprintf(stderr,"%s%s: %3d%% (%lld of %lld kB)\r", | ~~~^ | | | long long int | %ld 831 | tinfo,fname,percent, 832 | (bytes+offset-1)/1024+1,(size+offset-1)/1024+1); | ~~~~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} net.c:896:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 896 | fprintf(stderr,"%lld kB, ",bytes/1024); | ~~~^ ~~~~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld net.c:898:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 898 | fprintf(stderr,"%lld byte, ",bytes); | ~~~^ ~~~~~ | | | | | off_t {aka long int} | long long int | %ld net.c: In function 'getreply': net.c:568:39: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4081 [-Wformat-truncation=] 568 | snprintf(MAXS(msg),"server error: %s",&reply[4]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from net.c:71: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 4110 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c address.c address.c: In function 'destination': address.c:140:5: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 140 | symlink(tmp,userconfig); | ^~~~~~~~~~~~~~~~~~~~~~~ address.c:134:28: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=] 134 | snprintf(user,FLEN-1,"%s %s",pwe->pw_name,gecos); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from address.c:53: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 255 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ address.c:190:33: warning: '/aliases' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 190 | snprintf(MAXS(aliasfile),"%s/aliases",userconfig); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from address.c:53: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 4104 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ address.c:145:27: warning: '/msg@' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 145 | snprintf(MAXS(tmp),"%s/msg@%s",userconfig,localhost); | ^~~~~ In file included from /usr/include/stdio.h:866, from address.c:53: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4101) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ address.c:152:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 152 | snprintf(recipient,FLEN-1,"%s",line); | ^~ ~~~~ In file included from /usr/include/stdio.h:866, from address.c:53: /usr/include/bits/stdio2.h:70:10: note: '__builtin_snprintf' output between 1 and 4096 bytes into a destination of size 255 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c spool.c spool.c: In function 'scanspool': spool.c:314:19: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 314 | sscanf(arg,"%lld %lld",&csize,&osize); | ~~~^ ~~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld spool.c:314:24: warning: format '%lld' expects argument of type 'long long int *', but argument 4 has type 'off_t *' {aka 'long int *'} [-Wformat=] 314 | sscanf(arg,"%lld %lld",&csize,&osize); | ~~~^ ~~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld spool.c: In function 'scanoutspool': spool.c:637:24: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 637 | sscanf(arg,"%lld",&size); | ~~~^ ~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld spool.c: In function 'delete_sf': spool.c:791:29: warning: ' deleted' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 791 | snprintf(MAXS(msg),"%s deleted",fname); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from spool.c:54: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 4104 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags sendfile.o message.o utf7.o pstring.o string.o io.o net.o address.o spool.o -o sendfile -lreadline -L/usr/lib/termcap -ltermcap gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c sendmsg.c sendmsg.c: In function 'main': sendmsg.c:263:33: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4090 [-Wformat-truncation=] 263 | snprintf(MAXS(line),"FROM %s",login); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from sendmsg.c:62: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 4101 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendmsg.c:266:31: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4092 [-Wformat-truncation=] 266 | snprintf(MAXS(line),"TO %s",login); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from sendmsg.c:62: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 4 and 4099 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendmsg.c:284:29: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 235 [-Wformat-truncation=] 284 | snprintf(MAXS(msgcf),"%s/%s/config/tty@%s",SPOOL,login,localhost); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from sendmsg.c:62: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 33 or more bytes (assuming 4128) into a destination of size 255 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendmsg.c:436:32: warning: '%s' directive output may be truncated writing up to 12287 bytes into a region of size 4091 [-Wformat-truncation=] 436 | snprintf(MAXS(line),"MSG %s",utf_msg); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:866, from sendmsg.c:62: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 12292 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c getline.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags sendmsg.o message.o utf7.o pstring.o string.o io.o net.o address.o getline.o -o sendmsg -lreadline -L/usr/lib/termcap -ltermcap gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c receive.c receive.c: In function 'list': receive.c:630:23: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 630 | printf("%3d) %s %9lld kB %s", | ~~~~^ | | | long long int | %9ld 631 | flp->id,flp->rdate,(flp->osize+1023)/1024,show_fname); | ~~~~~~~~~~~~~~~~~~~~~~ | | | off_t {aka long int} receive.c: In function 'check_signature.part.0': receive.c:1697:27: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 1697 | snprintf(MAXS(sigfile),"%s/%d.d.sig",userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 4114 bytes into a destination of size 255 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1717:25: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 1717 | snprintf(MAXS(tmp),"%s %s %s 2>/dev/null",pgp_bin,pgpopt,sigfile); | ^ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 15 and 4620 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c: In function 'list': receive.c:670:32: warning: ' ' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 670 | snprintf(MAXS(showtar),"%s %s -f < %s/%d.d | %s tvf -", | ^ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 12306) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:680:32: warning: ' tvf ' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 680 | snprintf(MAXS(showtar),"%s tvf %s/%d.d",tar_bin,userspool,flp->id); | ^~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 10 and 8210 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:677:34: warning: ' -d < ' directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 677 | snprintf(MAXS(showtar),"%s -d < %s/%d.d | %s tvf -", | ^~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 20 and 12315 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:674:34: warning: ' -d < ' directive output may be truncated writing 6 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 674 | snprintf(MAXS(showtar),"%s -d < %s/%d.d | %s tvf -", | ^~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 20 and 12315 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c: In function 'receive_sf': receive.c:1276:31: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 1276 | snprintf(MAXS(sfile),"%s/%d.d",userspool,flp->id); | ^ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 4110 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1194:31: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 1194 | snprintf(MAXS(sfile),"%s/%d.d",userspool,flp->id); | ^ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 4110 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1218:32: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 1218 | snprintf(MAXS(tmp),"%s -d < %s > %s",bzip2_bin,sfile,tmpfile); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 10 and 12295 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1254:33: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4089 and 8184 [-Wformat-truncation=] 1254 | snprintf(MAXS(cmd),"%s %s -f < %s > '%s'",pgp_bin,pgpvm,sfile,fname); | ^~ ~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 8203) into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1168:18: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4089 and 8184 [-Wformat-truncation=] 1168 | "%s %s -f < %s/%d.d",pgp_bin,pgpvm,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 8202) into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1165:32: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 1165 | snprintf(MAXS(cmd),"%s -d < %s/%d.d",gzip_bin,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 11 and 8211 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1163:32: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 1163 | snprintf(MAXS(cmd),"%s -d < %s/%d.d",bzip2_bin,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 11 and 8211 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:888:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4089 and 8184 [-Wformat-truncation=] 888 | snprintf(MAXS(cmd),"%s %s -f < %s/%d.d > %s", | ^~ 889 | pgp_bin,pgpvm,userspool,flp->id,tartmp); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 12300) into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:959:33: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4092 and 8187 [-Wformat-truncation=] 959 | snprintf(MAXS(cmd),"%s tf %s/%d.d",tar_bin,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 8209 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:957:33: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4092 and 8187 [-Wformat-truncation=] 957 | snprintf(MAXS(cmd),"%s tf %s",tar_bin,tartmp); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 8195 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:954:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 954 | snprintf(MAXS(cmd),"%s -d < %s/%d.d | %s tf -", | ^~ 955 | gzip_bin,userspool,flp->id,tar_bin); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 19 and 12314 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:951:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 951 | snprintf(MAXS(cmd),"%s -d < %s/%d.d | %s tf -", | ^~ 952 | bzip2_bin,userspool,flp->id,tar_bin); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 19 and 12314 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1032:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4091 and 8186 [-Wformat-truncation=] 1032 | snprintf(MAXS(cmd),"%s xvf %s/%d.d 2>%s", | ^~ 1033 | tar_bin,userspool,flp->id,error_log); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 12308 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1030:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4091 and 8186 [-Wformat-truncation=] 1030 | snprintf(MAXS(cmd),"%s xvf %s 2>%s",tar_bin,tartmp,error_log); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 12294 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1027:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 1027 | snprintf(MAXS(cmd),"%s -d < %s/%d.d | %s xvf - 2>%s", | ^~ 1028 | gzip_bin,userspool,flp->id,tar_bin,error_log); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 23 and 16413 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:1024:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 1024 | snprintf(MAXS(cmd),"%s -d < %s/%d.d | %s xvf - 2>%s", | ^~ 1025 | bzip2_bin,userspool,flp->id,tar_bin,error_log); | ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 23 and 16413 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:814:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 814 | snprintf(MAXS(cmd),"%s -d < %s/%d.d",gzip_bin,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 11 and 8211 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:812:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4090 and 8185 [-Wformat-truncation=] 812 | snprintf(MAXS(cmd),"%s -d < %s/%d.d",bzip2_bin,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 11 and 8211 bytes into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c:801:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4089 and 8184 [-Wformat-truncation=] 801 | snprintf(MAXS(cmd),"%s %s -f < %s/%d.d",pgp_bin,pgpvm,userspool,flp->id); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 8202) into a destination of size 8191 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ receive.c: In function 'renumber': receive.c:1791:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4078 [-Wformat-truncation=] 1791 | snprintf(MAXS(tmp),"cannot change to %s",userspool); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from receive.c:103: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 18 and 4113 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c getdate.c gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c lock.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags receive.o message.o utf7.o pstring.o string.o io.o spool.o getdate.o getline.o lock.o -o receive -lreadline -L/usr/lib/termcap -ltermcap gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c sendfiled.c sendfiled.c: In function 'main': sendfiled.c:599:28: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 599 | case 'f': printf("%lld\n",free_space()); exit(0); | ~~~^ ~~~~~~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfiled.c:1309:21: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 1309 | if (sscanf(arg,"%lld",&size) != 1) { | ~~~^ ~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfiled.c:1521:21: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 1521 | sscanf(tmp,"%lld",&spoolsize); | ~~~^ ~~~~~~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfiled.c:1820:31: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 1820 | snprintf(MAXS(tmp),"%lld %lld",flp->csize,flp->osize); | ~~~^ ~~~~~~~~~~ | | | | | off_t {aka long int} | long long int | %ld sendfiled.c:1820:36: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 1820 | snprintf(MAXS(tmp),"%lld %lld",flp->csize,flp->osize); | ~~~^ ~~~~~~~~~~ | | | | long long int off_t {aka long int} | %ld sendfiled.c:1834:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 1834 | printf("230 %lld bytes have already been transmitted.\r\n",transmitted); | ~~~^ ~~~~~~~~~~~ | | | | long long int off_t {aka long int} | %ld sendfiled.c:2091:28: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] 2091 | printf("250-%d %s %s %lld ",flp->id,flp->fname,tmp,flp->csize); | ~~~^ ~~~~~~~~~~ | | | | long long int off_t {aka long int} | %ld sendfiled.c:2175:17: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 2175 | printf("231 %lld bytes will follow.\r\n",size); | ~~~^ ~~~~ | | | | long long int off_t {aka long int} | %ld sendfiled.c:2306:19: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] 2306 | printf("260 %lld MB free\r\n",f); | ~~~^ ~ | | | | long long int off_t {aka long int} | %ld sendfiled.c: In function 'get_sizes': sendfiled.c:2841:62: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'rlim_t' {aka 'long unsigned int'} [-Wformat=] 2841 | if (getrlimit(RLIMIT_FSIZE,&rl)==0) snprintf(MAXS(max),"%llu",rl.rlim_cur); | ~~~^ ~~~~~~~~~~~ | | | | | rlim_t {aka long unsigned int} | long long unsigned int | %lu sendfiled.c:2858:17: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 2858 | sscanf(s1,"%lld",size); | ~~~^ ~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfiled.c:2859:17: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] 2859 | sscanf(s2,"%lld",osize); | ~~~^ ~~~~~ | | | | | off_t * {aka long int *} | long long int * | %ld sendfiled.c: In function 'main': sendfiled.c:1006:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1006 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:1007:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1007 | setegid(0); | ^~~~~~~~~~ sendfiled.c:1395:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1395 | write(lfd,"\n",1); | ^~~~~~~~~~~~~~~~~ sendfiled.c:1399:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1399 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:1400:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1400 | setegid(0); | ^~~~~~~~~~ sendfiled.c:1413:12: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1413 | if (rgid) setegid(rgid); | ^~~~~~~~~~~~~ sendfiled.c:1414:12: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1414 | if (ruid) seteuid(ruid); | ^~~~~~~~~~~~~ sendfiled.c:1422:2: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1422 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:1423:2: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1423 | setegid(0); | ^~~~~~~~~~ sendfiled.c:1729:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1729 | write(lfd,"\n",1); | ^~~~~~~~~~~~~~~~~ sendfiled.c:1768:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1768 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:1769:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1769 | setegid(0); | ^~~~~~~~~~ sendfiled.c:1976:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1976 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:1977:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 1977 | setegid(0); | ^~~~~~~~~~ sendfiled.c:2060:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2060 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2061:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2061 | setegid(0); | ^~~~~~~~~~ sendfiled.c:2154:2: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2154 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2155:2: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2155 | setegid(0); | ^~~~~~~~~~ sendfiled.c:2186:2: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2186 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2187:2: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2187 | setegid(0); | ^~~~~~~~~~ sendfiled.c:2283:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2283 | write(lfd,tmp,strlen(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'msg2tty': sendfiled.c:2581:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2581 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2582:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2582 | setegid(0); | ^~~~~~~~~~ sendfiled.c:2619:3: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2619 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2620:3: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2620 | setegid(0); | ^~~~~~~~~~ sendfiled.c: In function 'mail2user': sendfiled.c:2653:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 2653 | chdir(pwe->pw_dir); | ^~~~~~~~~~~~~~~~~~ sendfiled.c:2654:3: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 2654 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:2655:3: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 2655 | setegid(0); | ^~~~~~~~~~ sendfiled.c: In function 'sfsd': sendfiled.c:3035:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 3035 | write(lockf,tmp,strlen(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'bounce_file': sendfiled.c:3765:5: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 3765 | chown(userspool,pwe->pw_uid,pwe->pw_gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3773:5: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3773 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:3774:5: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3774 | setegid(0); | ^~~~~~~~~~ sendfiled.c:3775:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 3775 | chdir(cwd); | ^~~~~~~~~~ sendfiled.c:3784:5: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3784 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:3785:5: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3785 | setegid(0); | ^~~~~~~~~~ sendfiled.c:3786:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 3786 | chdir(cwd); | ^~~~~~~~~~ sendfiled.c:3796:5: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3796 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:3797:5: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3797 | setegid(0); | ^~~~~~~~~~ sendfiled.c:3798:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 3798 | chdir(cwd); | ^~~~~~~~~~ sendfiled.c:3849:3: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3849 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:3850:3: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3850 | setegid(0); | ^~~~~~~~~~ sendfiled.c:3851:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 3851 | chdir(cwd); | ^~~~~~~~~~ sendfiled.c: In function 'check_userspool': sendfiled.c:3965:52: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 3965 | if (mkdir(userspool,S_IRUSR|S_IWUSR|S_IXUSR)==0) chown(userspool,ruid,rgid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3974:7: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 3974 | symlink(tmp,userconfig); | ^~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3976:7: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 3976 | symlink(userspool,tmp); | ^~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3981:3: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 3981 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:3982:3: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 3982 | setegid(0); | ^~~~~~~~~~ sendfiled.c: In function 'openuserlog': sendfiled.c:4074:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 4074 | write(lfd,tmp,strlen(tmp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'send_file_stdout': sendfiled.c:4104:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 4104 | write(fileno(stdout),packet,bytes); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'sudo': sendfiled.c:4217:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 4217 | chdir(pwe->pw_dir); | ^~~~~~~~~~~~~~~~~~ sendfiled.c:4218:3: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 4218 | seteuid(0); | ^~~~~~~~~~ sendfiled.c:4219:3: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 4219 | setegid(0); | ^~~~~~~~~~ sendfiled.c:4237:3: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 4237 | system(cmd); | ^~~~~~~~~~~ sendfiled.c: In function 'free_space': sendfiled.c:2789:29: warning: '/.' directive output may be truncated writing 2 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2789 | snprintf(MAXS(spool),"%s/.",userspool); | ^~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 3 and 4098 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'send_msg': sendfiled.c:2921:28: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=] 2921 | snprintf(MAXS(line),"MSG %s",tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 4100 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'send_spooldata': sendfiled.c:3294:33: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4087 [-Wformat-truncation=] 3294 | snprintf(MAXS(tmp),"sending %s to %s",isoname,to); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 4108) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'saftserver_connect': sendfiled.c:3385:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4073 [-Wformat-truncation=] 3385 | snprintf(MAXS(tmp),"opening connection to %s:%d",server,SAFT); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 27 and 4122 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3390:62: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4069 [-Wformat-truncation=] 3390 | case -2: snprintf(error,MAXLEN-1,"cannot open connection to %s",server); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 27 and 4122 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3391:38: warning: ' has no internet-address' directive output may be truncated writing 24 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 3391 | case -3: snprintf(error,MAXLEN-1,"%s has no internet-address",server); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 25 and 4120 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'check_outspool': sendfiled.c:3696:29: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 3696 | snprintf(MAXS(oshfn),"%s",dire->d_name); | ^ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 255 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'sfsd': sendfiled.c:3082:35: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4082 [-Wformat-truncation=] 3082 | snprintf(MAXS(tmp),"connected to %s",hlp->host); | ^~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 14 and 4109 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:3153:36: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4082 [-Wformat-truncation=] 3153 | snprintf(MAXS(tmp),"connected to %s (forward redirection)", | ^~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 36 and 4131 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'msg2tty': sendfiled.c:2540:27: warning: '/config/tty@' directive output may be truncated writing 12 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2540 | snprintf(MAXS(msgcf),"%s/config/tty@%s",userspool,localhost); | ^~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 4363 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'restricted.part.0': sendfiled.c:2733:30: warning: '/config/restrictions' directive output may be truncated writing 20 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2733 | snprintf(MAXS(killfile),"%s/config/restrictions",userspool); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 21 and 4116 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'check_userspool': sendfiled.c:3962:32: warning: '/config' directive output may be truncated writing 7 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 3962 | snprintf(MAXS(userconfig),"%s/config",userspool); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c: In function 'main': sendfiled.c:1737:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4087 and 12277 [-Wformat-truncation=] 1737 | snprintf(MAXS(tmp),"cat %s/%s %s/%s | %s && rm -f %s/%s %s/%s", | ^~ ...... 1740 | rpipe, | ~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 24 or more bytes (assuming 20499) into a destination of size 12287 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:1041:30: warning: '@' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 1041 | snprintf(MAXS(utfsender),"%s@%s %s",arg,peer,real); | ^ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 8193) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendfiled.c:949:34: warning: '/notify ' directive output may be truncated writing 8 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 949 | snprintf(MAXS(notification),"%s/notify ",userconfig); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from sendfiled.c:179: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 9 and 4104 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c peername.c peername.c: In function 'peername': peername.c:80:29: warning: passing argument 3 of 'getpeername' from incompatible pointer type [-Wincompatible-pointer-types] 80 | if ((getpeername(fd,&addr,&len)) < 0) return(remote_name); | ^~~~ | | | size_t * {aka long unsigned int *} In file included from peername.c:41: /usr/include/sys/socket.h:131:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'size_t *' {aka 'long unsigned int *'} 131 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c reply.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags sendfiled.o message.o utf7.o pstring.o string.o io.o net.o spool.o peername.o reply.o address.o lock.o -o sendfiled -lreadline -L/usr/lib/termcap -ltermcap gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c utf7encode.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags utf7encode.o message.o utf7.o pstring.o string.o io.o -o utf7encode -lreadline -L/usr/lib/termcap -ltermcap ln -s utf7encode utf7decode gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c fetchfile.c fetchfile.c: In function 'main': fetchfile.c:195:3: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | getcwd(MAXS(swd)); | ^~~~~~~~~~~~~~~~~ fetchfile.c:224:5: warning: ignoring return value of 'symlink' declared with attribute 'warn_unused_result' [-Wunused-result] 224 | symlink(tmp,userconfig); | ^~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:476:5: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 476 | system(cmd); | ^~~~~~~~~~~ fetchfile.c: In function 'rexit': fetchfile.c:760:5: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 760 | system(rfilen); | ^~~~~~~~~~~~~~ fetchfile.c: In function 'get_file': fetchfile.c:1017:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1017 | write(shfd,line+4,strlen(line+4)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1114:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1114 | write(fileno(stdout),packet,chunk); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1126:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1126 | write(sdfd,packet,chunk); | ^~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c: In function 'rexit': fetchfile.c:754:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4073 [-Wformat-truncation=] 754 | snprintf(MAXS(tmp),"cannot change back to %s",swd); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 23 and 4118 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c: In function 'get_list': fetchfile.c:830:55: warning: '%s' directive output may be truncated writing up to 4091 bytes into a region of size 4067 [-Wformat-truncation=] 830 | snprintf(MAXS(tmp),"invalid answer from server: %s",line+4); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 29 and 4120 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c: In function 'init': fetchfile.c:1201:22: warning: '/config' directive writing 7 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 1201 | sprintf(configf,"%s/config",userconfig); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1218:44: warning: '%s' directive writing up to 4095 bytes into a region of size 4072 [-Wformat-overflow=] 1218 | sprintf(tmp,"cannot create directory %s",userspool); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 25 and 4120 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1225:51: warning: '%s' directive writing up to 4095 bytes into a region of size 4065 [-Wformat-overflow=] 1225 | sprintf(tmp,"cannot create config directory %s",userconfig); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 32 and 4127 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1231:45: warning: '%s' directive writing up to 4095 bytes into a region of size 4069 [-Wformat-overflow=] 1231 | sprintf(tmp,"cannot change to directory %s",userconfig); | ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 28 and 4123 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:1236:37: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4083 [-Wformat-truncation=] 1236 | snprintf(MAXS(tmp),"cannot open %s",configf); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c: In function 'main': fetchfile.c:337:39: warning: '%s' directive output may be truncated writing up to 12287 bytes into a region of size 4082 [-Wformat-truncation=] 337 | snprintf(MAXS(line),"no access to %s (try 'fetchfile -I' first)",tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 41 and 12328 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:342:39: warning: '%s' directive output may be truncated writing up to 12287 bytes into a region of size 4082 [-Wformat-truncation=] 342 | snprintf(MAXS(line),"no access to %s (try 'fetchfile -I' first)",tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 41 and 12328 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:457:26: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4092 [-Wformat-truncation=] 457 | snprintf(MAXS(cmd),"cd %s; PGPPATH='.' %s -sbaf " | ^~ 458 | "+secring=private.pgp +pubring=public.pgp <%s 2>/dev/null", 459 | userconfig,pgp_bin,pgptmp); | ~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 79 or more bytes (assuming 8269) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:481:33: warning: '%s' directive output may be truncated writing up to 12287 bytes into a region of size 4090 [-Wformat-truncation=] 481 | snprintf(MAXS(response),"AUTH %s",tmp); | ^~ ~~~ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 6 and 12293 bytes into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchfile.c:495:34: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 495 | snprintf(MAXS(conffile),"%s/%s",swd,tmp); | ^ In file included from /usr/include/stdio.h:866, from fetchfile.c:36: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4095 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags fetchfile.o message.o utf7.o pstring.o string.o io.o net.o address.o spool.o getline.o -o fetchfile -lreadline -L/usr/lib/termcap -ltermcap gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DLINUX -c wlock.c gcc -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags wlock.o string.o -o wlock -rwxr-xr-x 1 iurt iurt 327152 Jan 21 15:32 fetchfile -rwxr-xr-x 1 iurt iurt 312296 Jan 21 15:32 receive -rwxr-xr-x 1 iurt iurt 416720 Jan 21 15:32 sendfile -rwxr-xr-x 1 iurt iurt 483896 Jan 21 15:32 sendfiled -rwxr-xr-x 1 iurt iurt 208440 Jan 21 15:32 sendmsg -rwxr-xr-x 1 iurt iurt 103480 Jan 21 15:32 utf7encode -rwxr-xr-x 1 iurt iurt 47600 Jan 21 15:32 wlock and now type (as root): make install make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/sendfile-2.1b/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZfFUKr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 + cd sendfile-2.1b + '[' 1 -eq 1 ']' + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/sbin + /usr/bin/install src/sendfiled /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/sbin/ + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//var/spool/sendfile/LOG + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//var/spool/sendfile/OUTGOING + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//etc + /usr/bin/install etc/sendfile.deny /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//etc/ + /usr/bin/install etc/sendfile.cf /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//etc/ + /usr/bin/install -D /home/iurt/rpmbuild/SOURCES/sendfile-xinetd /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//etc/xinetd.d/sendfile + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/share/man/man1/ + /usr/bin/install doc/fetchfile.1 doc/receive.1 doc/sendfile.1 doc/sendmsg.1 doc/utf7encode.1 doc/wlock.1 /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/share/man/man1/ + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/share/man/man1 + /usr/bin/install -D etc/check_sendfile /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//etc/profile.d/sendfile-check.sh + /usr/bin/install -d /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/bin + /usr/bin/install src/sendfile src/sendmsg src/receive src/fetchfile src/utf7encode src/wlock /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/bin/ + ln -s utf7encode /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/bin/utf7decode + /usr/bin/install etc/sfconf etc/sfdconf /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64//usr/bin/ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 2.1b-14.mga8 --unique-debug-suffix -2.1b-14.mga8.aarch64 --unique-debug-src-base sendfile-2.1b-14.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sendfile-2.1b explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/sendfile explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/wlock explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/receive extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/sendfile explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/fetchfile explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/utf7encode explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/sendmsg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/wlock explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/sbin/sendfiled extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/utf7encode extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/sendmsg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/fetchfile extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/bin/receive extracting debug info from /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/sbin/sendfiled original debug info size: 1592kB, size after compression: 1468kB /usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match. 953 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./etc/sendfile.deny is executable but has no shebang, removing executable bit mangling shebang in /etc/profile.d/sendfile-check.sh from /bin/sh to #!/usr/bin/sh *** WARNING: ./etc/xinetd.d/sendfile is executable but has no shebang, removing executable bit *** WARNING: ./etc/sendfile.cf is executable but has no shebang, removing executable bit mangling shebang in /usr/bin/sfdconf from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/sfconf from /bin/sh to #!/usr/bin/sh Processing files: sendfile-2.1b-14.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LBZpwt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sendfile-2.1b + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/AUTHORS /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/COPYING /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/ChangeLog /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/doc.txt /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/doku.txt /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/features /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/LIESMICH doc/LIESMICH.auch doc/LIESMICH.entwickler doc/LIESMICH.fetchfile doc/LIESMICH.neu doc/LIESMICH.spool doc/LIESMICH.ups /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/README doc/README.fetchfile doc/README.too /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/THANKS /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + cp -pr doc/vorteile /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64/usr/share/doc/sendfile + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(sendfile) = 2.1b-14.mga8 sendfile = 2.1b-14.mga8 sendfile(aarch-64) = 2.1b-14.mga8 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libreadline.so.8()(64bit) Processing files: sendfile-debugsource-2.1b-14.mga8.aarch64 Provides: sendfile-debugsource = 2.1b-14.mga8 sendfile-debugsource(aarch-64) = 2.1b-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sendfile-debuginfo-2.1b-14.mga8.aarch64 Provides: debuginfo(build-id) = 31c985e44bcab231567182537de46310915b061c debuginfo(build-id) = 41e3efc77ef6f422c5838612030a04552c0d3ffc debuginfo(build-id) = 8089bd36546cfb88ac54fc593bf0eb509c36b533 debuginfo(build-id) = 956f7617aec4835cbfab101379950ecc35158d1b debuginfo(build-id) = a05eb416fc04595e0e0092e24a33815c681fdc9c debuginfo(build-id) = c9e5d19d4ef8cf9c70ad7d358500913602331873 debuginfo(build-id) = ff7142526417dc8b961291c17d7f2ac57ba4281c sendfile-debuginfo = 2.1b-14.mga8 sendfile-debuginfo(aarch-64) = 2.1b-14.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sendfile-debugsource(aarch-64) = 2.1b-14.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendfile-2.1b-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendfile-debugsource-2.1b-14.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/sendfile-debuginfo-2.1b-14.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gPdwvt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd sendfile-2.1b + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/sendfile-2.1b-14.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2cfkGu + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf sendfile-2.1b + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!