Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/elog.spec'], chrootPath='/var/lib/mock/f31-build-102494-33534/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/elog.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/elog-3.1.3-9.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/elog.spec'], chrootPath='/var/lib/mock/f31-build-102494-33534/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/elog.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VdVfKn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf elog-3.1.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/elog-3.1.3-1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd elog-3.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (elog-makefile-elogdir.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + rm -rf scripts/ckeditor + cd scripts + find . -type f -print0 + xargs -0 chmod a-x + cd .. + chmod a-x COPYING + cd doc + find . -type f -print0 + xargs -0 chmod a-x + cd .. + dos2unix doc/strftime.txt BUILDSTDERR: dos2unix: converting file doc/strftime.txt to Unix format... + iconv -f latin1 -t utf-8 doc/strftime.txt + mv -f doc/strftime.txt.conv doc/strftime.txt + chmod -x src/elog.c + chmod -x src/regex.h + chmod -x src/regex.c + chmod -x src/elogd.c + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (elog-makefile-elogdir.patch): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HoU8Eo + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP' 'LIBS=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lssl -lkrb5 -lldap -llber' BUILDSTDERR: mxml/mxml.c: In function 'mxml_write_attribute.part.0': BUILDSTDERR: mxml/mxml.c:515:25: warning: '%s' directive writing up to 4095 bytes into a region of size between 4094 and 8189 [-Wformat-overflow=] BUILDSTDERR: 515 | sprintf(line, " %s=\"%s\"", name_enc, val_enc); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from mxml/mxml.c:58: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 8195 bytes into a destination of size 8192 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'el_submit': BUILDSTDERR: src/elconv.c:635:19: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 635 | write(fh, buffer[index], buffer_size[index]); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:662:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 662 | read(fh, str, 16); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:664:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 664 | read(fh, message, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:772:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 772 | write(fh, start_str, strlen(start_str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:773:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 773 | write(fh, message, strlen(message)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:774:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 774 | write(fh, end_str, strlen(end_str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:786:7: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 786 | ftruncate(fh, TELL(fh)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:801:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 801 | read(fh, str, 16); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:807:16: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 807 | write(fh, str, 16); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'el_get_v1': BUILDSTDERR: src/elconv.c:881:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 881 | read(fh, message, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'scan_messages': BUILDSTDERR: src/elconv.c:914:4: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 914 | getcwd(str, sizeof(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:1003:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1003 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:1014:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1014 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:1026:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1026 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:1036:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1036 | write(fh, message, strlen(message)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'main': BUILDSTDERR: src/elconv.c:1071:4: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1071 | getcwd(data_dir, sizeof(data_dir)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from src/elconv.c:32: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ss_file_find' at src/elconv.c:233:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'ss_file_find': BUILDSTDERR: src/elconv.c:233:10: note: length computed here BUILDSTDERR: 233 | strncpy(*plist + (i * MAX_PATH_LENGTH), dp->d_name, strlen(dp->d_name)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'el_search_message': BUILDSTDERR: src/elconv.c:325:32: warning: '%02d' directive writing between 2 and 3 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 325 | sprintf(file_name, "%s%02d%02d%02d.log", dir, tms->tm_year % 100, tms->tm_mon + 1, tms->tm_mday); BUILDSTDERR: | ^~~~ BUILDSTDERR: src/elconv.c:325:29: note: directive argument in the range [-99, 99] BUILDSTDERR: 325 | sprintf(file_name, "%s%02d%02d%02d.log", dir, tms->tm_year % 100, tms->tm_mon + 1, tms->tm_mday); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:325:29: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 285 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:419:32: warning: '%06d' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 419 | sprintf(file_name, "%s%06d.log", dir, max % 1000000); BUILDSTDERR: | ^~~~ BUILDSTDERR: src/elconv.c:419:29: note: directive argument in the range [0, 999999] BUILDSTDERR: 419 | sprintf(file_name, "%s%06d.log", dir, max % 1000000); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 266 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:388:32: warning: '%06d' directive writing between 6 and 7 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 388 | sprintf(file_name, "%s%06d.log", dir, min % 1000000); BUILDSTDERR: | ^~~~ BUILDSTDERR: src/elconv.c:388:29: note: directive argument in the range [-999999, 999999] BUILDSTDERR: 388 | sprintf(file_name, "%s%06d.log", dir, min % 1000000); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 267 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'el_submit': BUILDSTDERR: src/elconv.c:626:38: warning: '%02d' directive writing between 2 and 3 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 626 | sprintf(file_name, "%s%02d%02d%02d_%02d%02d%02d_%s", dir, BUILDSTDERR: | ^~~~ BUILDSTDERR: src/elconv.c:626:35: note: directive argument in the range [-99, 99] BUILDSTDERR: 626 | sprintf(file_name, "%s%02d%02d%02d_%02d%02d%02d_%s", dir, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:626:35: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 15 and 571 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:690:29: warning: '%02d' directive writing between 2 and 3 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 690 | sprintf(file_name, "%s%02d%02d%02d.log", dir, tms->tm_year % 100, tms->tm_mon + 1, tms->tm_mday); BUILDSTDERR: | ^~~~ BUILDSTDERR: src/elconv.c:690:26: note: directive argument in the range [-99, 99] BUILDSTDERR: 690 | sprintf(file_name, "%s%02d%02d%02d.log", dir, tms->tm_year % 100, tms->tm_mon + 1, tms->tm_mday); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:690:26: note: directive argument in the range [-2147483647, 2147483647] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 285 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c:656:29: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 656 | sprintf(file_name, "%s%s.log", dir, str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 515 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elconv.c: In function 'scan_messages': BUILDSTDERR: src/elconv.c:981:29: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 981 | sprintf(file_name, "%s%sa.log", data_dir, str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elconv.c:28: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 516 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mxml/mxml.c: In function 'mxml_parse_entity': BUILDSTDERR: mxml/mxml.c:1932:36: warning: '%s' directive writing up to 127999 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] BUILDSTDERR: 1932 | sprintf(filename, "%s%c%s", directoryname, DIR_SEPARATOR, entity_reference_name[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from mxml/mxml.c:58: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 132096 bytes into a destination of size 4096 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elog.c: In function 'ssl_connect': BUILDSTDERR: src/elog.c:308:4: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 308 | meth = (SSL_METHOD *) TLSv1_method(); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:15, BUILDSTDERR: from src/elog.c:57: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'ssl_connect': BUILDSTDERR: src/elogd.c:2448:4: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 2448 | meth = (SSL_METHOD *) TLSv1_method(); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:15, BUILDSTDERR: from src/elogd.h:141, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from src/elog.c:34: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'retrieve_elog' at src/elog.c:524:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'submit_elog' at src/elog.c:982:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 80 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'submit_elog' at src/elog.c:977:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 80 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'submit_elog' at src/elog.c:956:13: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 80 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'init_ssl': BUILDSTDERR: src/elogd.c:29496:4: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 29496 | meth = (SSL_METHOD *) TLSv1_method(); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from /usr/include/openssl/ssl.h:15, BUILDSTDERR: from src/elogd.h:141, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/openssl/ssl.h:1869:1: note: declared here BUILDSTDERR: 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'my_shell': BUILDSTDERR: src/elogd.c:953:10: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 953 | read(fh, result, size-1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:1009:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1009 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'setegroup': BUILDSTDERR: src/elogd.c:1722:7: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1722 | chown(logbook_dir, -1, gr->gr_gid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'seteuser': BUILDSTDERR: src/elogd.c:1747:7: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 1747 | chown(logbook_dir, pw->pw_uid, -1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'ss_daemon_init': BUILDSTDERR: src/elogd.c:2691:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2691 | chdir("/"); /* change working direcotry (not on NFS!) */ BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'parse_config_file': BUILDSTDERR: src/elogd.c:2917:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 2917 | read(fh, buffer, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'check_language': BUILDSTDERR: src/elogd.c:3277:10: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 3277 | read(fh, _locbuffer, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'parse_file': BUILDSTDERR: src/elogd.c:3956:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 3956 | read(fh, buffer, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_index_logbooks': BUILDSTDERR: src/elogd.c:4243:7: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4243 | getcwd(cwd, sizeof(cwd)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:4249:13: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4249 | chdir(DIR_SEPARATOR_STR); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:4259:13: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4259 | chdir(str); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: src/elogd.c:4290:16: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4290 | chdir(str); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: src/elogd.c:4296:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4296 | chdir(cwd); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_submit_attachment': BUILDSTDERR: src/elogd.c:4700:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 4700 | write(fh, buffer, buffer_size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.c: In function 'el_submit': BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:5127:7: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 5127 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_delete_message': BUILDSTDERR: src/elogd.c:5339:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5339 | write(fh, buffer, tail_size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:5344:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 5344 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'write_logfile': BUILDSTDERR: src/elogd.c:5666:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5666 | write(fh, buf, strlen(buf)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'is_full_html': BUILDSTDERR: src/elogd.c:5789:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5789 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'is_ascii': BUILDSTDERR: src/elogd.c:5828:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 5828 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_top_text': BUILDSTDERR: src/elogd.c:8222:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8222 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_bottom_text': BUILDSTDERR: src/elogd.c:8261:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8261 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_bottom_text_login': BUILDSTDERR: src/elogd.c:8311:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8311 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'send_file_direct': BUILDSTDERR: src/elogd.c:8494:4: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8494 | getcwd(dir, sizeof(dir)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:8552:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 8552 | read(fh, return_buffer + strlen(return_buffer), length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_edit_form': BUILDSTDERR: src/elogd.c:11715:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 11715 | read(fh, buffer, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12040:34: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 12040 | fgets(str, sizeof(str), f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'load_config_section': BUILDSTDERR: src/elogd.c:12636:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 12636 | read(fh, *buffer, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'save_admin_config': BUILDSTDERR: src/elogd.c:12872:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 12872 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12908:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 12908 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'change_config_line': BUILDSTDERR: src/elogd.c:12941:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 12941 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13021:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 13021 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'delete_logbook': BUILDSTDERR: src/elogd.c:13056:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 13056 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13080:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 13080 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'rename_logbook': BUILDSTDERR: src/elogd.c:13128:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 13128 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13165:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 13165 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'create_logbook': BUILDSTDERR: src/elogd.c:13201:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 13201 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13258:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 13258 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'save_config': BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13300:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 13300 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'submit_message': BUILDSTDERR: src/elogd.c:15969:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 15969 | read(fh, buffer, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'receive_config': BUILDSTDERR: src/elogd.c:16430:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 16430 | fgets(pwd, sizeof(pwd), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'adjust_config': BUILDSTDERR: src/elogd.c:16487:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 16487 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:16549:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 16549 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'receive_pwdfile': BUILDSTDERR: src/elogd.c:16633:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 16633 | fgets(str, sizeof(str), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:16674:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 16674 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'load_md5': BUILDSTDERR: src/elogd.c:16761:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 16761 | fgets(str, sizeof(str), f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'synchronize_logbook': BUILDSTDERR: src/elogd.c:16878:16: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 16878 | fgets(str, sizeof(str), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'display_line': BUILDSTDERR: src/elogd.c:18479:31: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 18479 | fgets(str, sizeof(str), f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_page_filters': BUILDSTDERR: src/elogd.c:19128:10: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 19128 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_elog_list': BUILDSTDERR: src/elogd.c:21130:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 21130 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'add_attribute_option': BUILDSTDERR: src/elogd.c:22725:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 22725 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:22781:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 22781 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'set_attributes': BUILDSTDERR: src/elogd.c:22816:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 22816 | read(fh, buf, length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/elogd.c:38: BUILDSTDERR: src/elogd.h:156:22: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 156 | #define TRUNCATE(fh) ftruncate(fh, TELL(fh)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:22867:4: note: in expansion of macro 'TRUNCATE' BUILDSTDERR: 22867 | TRUNCATE(fh); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'copy_to': BUILDSTDERR: src/elogd.c:23924:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 23924 | read(fh, buffer, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23952:19: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 23952 | read(fh, buffer, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23977:25: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 23977 | read(fh, buffer, size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_elog_entry': BUILDSTDERR: src/elogd.c:24707:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 24707 | fread(buf, 1, size, f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:25389:31: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 25389 | fgets(str, sizeof(str), f); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'convert_password_file': BUILDSTDERR: src/elogd.c:25455:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 25455 | write(fh, buf, len); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'load_password_file': BUILDSTDERR: src/elogd.c:25651:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 25651 | read(fh, line, sizeof(line)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'server_loop': BUILDSTDERR: src/elogd.c:29665:7: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 29665 | getcwd(str, sizeof(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'create_password': BUILDSTDERR: src/elogd.c:30458:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30458 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30485:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30485 | write(fh, cfgbuffer, i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30487:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30487 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30494:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30494 | write(fh, p, strlen(p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30510:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30510 | write(fh, cfgbuffer, i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30512:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30512 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30515:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30515 | write(fh, p, strlen(p)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30523:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30523 | write(fh, cfgbuffer, strlen(cfgbuffer)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:30525:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30525 | write(fh, str, strlen(str)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'main': BUILDSTDERR: src/elogd.c:30986:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 30986 | fgets(str, sizeof(str), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:31125:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 31125 | fgets(str, sizeof(str), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:31166:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 31166 | fgets(str, sizeof(str), stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'cleanup': BUILDSTDERR: src/elogd.c:30545:48: warning: '%s' directive writing up to 255 bytes into a region of size 233 [-Wformat-overflow=] BUILDSTDERR: 30545 | sprintf(str, "Cannot remove pidfile \"%s\"\n", pidfile); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 281 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from src/elogd.h:46, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'split_url' at src/elogd.c:2490:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'ss_file_find' at src/elogd.c:3775:10: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'ss_file_find': BUILDSTDERR: src/elogd.c:3775:10: note: length computed here BUILDSTDERR: 3775 | strncpy(*plist + (i * MAX_PATH_LENGTH), dp->d_name, strlen(dp->d_name)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'getcfg': BUILDSTDERR: src/elogd.c:3091:28: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 2753 | return _topgroup; BUILDSTDERR: | ~~~~~~~~~ BUILDSTDERR: ...... BUILDSTDERR: 3091 | sprintf(str, "global %s", getcfg_topgroup()); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'is_inline_attachment.part.0': BUILDSTDERR: src/elogd.c:24127:31: warning: '%s' directive writing up to 255 bytes into a region of size between 237 and 247 [-Wformat-overflow=] BUILDSTDERR: 24127 | sprintf(str, "cid:att%d@%s", i, domain); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 275 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'rsputs_elcode': BUILDSTDERR: src/elogd.c:6613:53: warning: '%s' directive writing up to 999 bytes into a region of size 993 [-Wformat-overflow=] BUILDSTDERR: 6613 | sprintf(hattrib, "http://%s", attrib); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 1007 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:6611:54: warning: '%s' directive writing up to 999 bytes into a region of size 992 [-Wformat-overflow=] BUILDSTDERR: 6611 | sprintf(hattrib, "https://%s", attrib); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 1008 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:6563:53: warning: '%s' directive writing up to 999 bytes into a region of size 993 [-Wformat-overflow=] BUILDSTDERR: 6563 | sprintf(hattrib, "http://%s", attrib); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 1007 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:6561:54: warning: '%s' directive writing up to 999 bytes into a region of size 992 [-Wformat-overflow=] BUILDSTDERR: 6561 | sprintf(hattrib, "https://%s", attrib); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 1008 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'scan_attributes': BUILDSTDERR: src/elogd.c:7456:32: warning: '%s' directive writing up to 149999 bytes into a region of size 1492 [-Wformat-overflow=] BUILDSTDERR: 7456 | sprintf(str, "Options %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 150008 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:7460:33: warning: '%s' directive writing up to 149999 bytes into a region of size 1491 [-Wformat-overflow=] BUILDSTDERR: 7460 | sprintf(str, "MOptions %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 150009 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:7466:33: warning: '%s' directive writing up to 149999 bytes into a region of size 1491 [-Wformat-overflow=] BUILDSTDERR: 7466 | sprintf(str, "ROptions %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 150009 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:7472:33: warning: '%s' directive writing up to 149999 bytes into a region of size 1491 [-Wformat-overflow=] BUILDSTDERR: 7472 | sprintf(str, "IOptions %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 150009 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:7478:48: warning: '%s' directive writing up to 149999 bytes into a region of size 1477 [-Wformat-overflow=] BUILDSTDERR: 7478 | sprintf(str2, "Sort Attribute Options %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 24 and 150023 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:7530:29: warning: '%s' directive writing up to 149999 bytes into a region of size 1495 [-Wformat-overflow=] BUILDSTDERR: 7530 | sprintf(str, "Type %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 150005 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_submit_attachment': BUILDSTDERR: src/elogd.c:4696:55: warning: '%s' directive writing up to 255 bytes into a region of size 226 [-Wformat-overflow=] BUILDSTDERR: 4696 | sprintf(str, "Cannot write attachment file \"%s\"", file_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 287 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'get_author': BUILDSTDERR: src/elogd.c:9191:28: warning: '%s' directive writing up to 149999 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 9191 | sprintf(str, "Preset %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:9202:28: warning: '%s' directive writing up to 149999 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 9202 | sprintf(str, "Preset %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'attrib_from_param': BUILDSTDERR: src/elogd.c:9359:30: warning: '%d' directive writing between 1 and 2 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 9359 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:9359:26: note: directive argument in the range [0, 99] BUILDSTDERR: 9359 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1503 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_retrieve': BUILDSTDERR: src/elogd.c:4503:26: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 4503 | sprintf(file_name, "%s%s%s", lbs->data_dir, lbs->el_index[index].subdir, lbs->el_index[index].file_name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 542 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_retrieve_attachment.part.0': BUILDSTDERR: src/elogd.c:4764:26: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 4764 | sprintf(file_name, "%s%s%s", lbs->data_dir, lbs->el_index[index].subdir, lbs->el_index[index].file_name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 542 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_submit': BUILDSTDERR: src/elogd.c:4894:29: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 4894 | sprintf(file_name, "%s%s%s", lbs->data_dir, lbs->el_index[index].subdir, lbs->el_index[index].file_name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 542 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_download_page': BUILDSTDERR: src/elogd.c:14775:32: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 14775 | sprintf(file_name, "%s%s%s", lbs->data_dir, lbs->el_index[index].subdir, lbs->el_index[index].file_name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 542 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_page_filters': BUILDSTDERR: src/elogd.c:19301:45: warning: '$' directive writing 1 byte into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 19301 | sprintf(option_whole, "^%s$", option); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1502 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19265:39: warning: '%s' directive writing up to 149999 bytes into a region of size 1497 [-Wformat-overflow=] BUILDSTDERR: 19265 | sprintf(str, "-- %s --", list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 150006 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19231:36: warning: '%s' directive writing up to 149999 bytes into a region of size 1497 [-Wformat-overflow=] BUILDSTDERR: 19231 | sprintf(str, "-- %s --", list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19231:36: warning: '%s' directive writing up to 149999 bytes into a region of size 1497 [-Wformat-overflow=] BUILDSTDERR: 19231 | sprintf(str, "-- %s --", list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19231:36: warning: '%s' directive writing up to 149999 bytes into a region of size 1497 [-Wformat-overflow=] BUILDSTDERR: 19231 | sprintf(str, "-- %s --", list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'create_thumbnail.part.0': BUILDSTDERR: src/elogd.c:24148:41: warning: '%s' directive writing up to 511 bytes into a region of size 243 [-Wformat-overflow=] BUILDSTDERR: 24148 | sprintf(thumb_size, " -thumbnail '%s'", str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 15 and 526 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:24177:40: warning: ' '' directive output may be truncated writing 2 bytes into a region of size between 1 and 511 [-Wformat-truncation=] BUILDSTDERR: 24177 | snprintf(cmd, sizeof(cmd), "%s %s '%s'%s '%s'", _convert_cmd, thumb_options, file_name, thumb_size, str); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 8 or more bytes (assuming 1284) into a destination of size 512 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:24175:40: warning: ' '' directive output may be truncated writing 2 bytes into a region of size between 1 and 511 [-Wformat-truncation=] BUILDSTDERR: 24175 | snprintf(cmd, sizeof(cmd), "%s %s '%s[0-7]'%s '%s'", _convert_cmd, thumb_options, file_name, thumb_size, str); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 1289) into a destination of size 512 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:24185:40: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 505 [-Wformat-truncation=] BUILDSTDERR: 24185 | snprintf(str, sizeof(str), "SHELL \"%s\"", cmd); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 520 bytes into a destination of size 512 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'load_password_file': BUILDSTDERR: src/elogd.c:25655:58: warning: '%s' directive writing up to 255 bytes into a region of size 226 [-Wformat-overflow=] BUILDSTDERR: 25655 | sprintf(str, "Cannot convert password file \"%s\"", file_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 287 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:25644:70: warning: '%s' directive writing up to 255 bytes into a region of size 211 [-Wformat-overflow=] BUILDSTDERR: 25644 | sprintf(str, "Cannot access write protected password file \"%s\"", file_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 47 and 302 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:25635:54: warning: '%s' directive writing up to 255 bytes into a region of size 227 [-Wformat-overflow=] BUILDSTDERR: 25635 | sprintf(str, "Cannot access password file \"%s\"", file_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 31 and 286 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:25615:43: warning: '%s' directive writing up to 255 bytes into a region of size 238 [-Wformat-overflow=] BUILDSTDERR: 25615 | sprintf(str, "Cannot open file \"%s\"", file_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 275 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'rename_logbook': BUILDSTDERR: src/elogd.c:13115:27: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 13115 | sprintf(old_dir, "%s%s", lb_dir, lbs->name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 511 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'build_subst_list': BUILDSTDERR: src/elogd.c:8770:42: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 8770 | sprintf(str, "Time format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:8757:42: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 8757 | sprintf(str, "Date format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_logbook_new': BUILDSTDERR: src/elogd.c:14678:24: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 14678 | sprintf(str, "../%s/?cmd=Config", lbn); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 16 and 271 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'display_line': BUILDSTDERR: src/elogd.c:17730:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1494 [-Wformat-overflow=] BUILDSTDERR: 17730 | sprintf(str, "Style %s %s", attr_list[i], attrib[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 150007) into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17728:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1494 [-Wformat-overflow=] BUILDSTDERR: 17728 | sprintf(str, "Style %s \"\"", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 150009 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17732:37: warning: '%s' directive writing up to 1499 bytes into a region of size between 1412 and 1491 [-Wformat-overflow=] BUILDSTDERR: 17732 | sprintf(str, "%s\" style=\"%s", rowstyle, display); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 1588 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17830:33: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 17830 | sprintf(ref, "../%s/%s/%s", lbs->name, str, attachment[i] + 14); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 1760) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17965:46: warning: '%s' directive writing up to 1499 bytes into a region of size between 1412 and 1491 [-Wformat-overflow=] BUILDSTDERR: 17965 | sprintf(str, "%s\" style=\"%s", rowstyle, display); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 1588 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:18190:36: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 18190 | sprintf(ref, "../%s/%s/%s", lbs->name, str, attachment[i] + 14); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 1760) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:18312:33: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 18312 | sprintf(ref, "../%s/%s/%s", lbs->name, str, attachment[i] + 14); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 1760) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:18370:30: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 18370 | sprintf(ref, "../%s/%s/%s", lbs->name, str, attachment[index] + 14); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 6 or more bytes (assuming 1760) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_rss_feed': BUILDSTDERR: src/elogd.c:19801:31: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 19801 | sprintf(url, "http://%s", host_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19799:32: warning: '%s' directive writing up to 255 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 19799 | sprintf(url, "https://%s", host_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19886:41: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 79 [-Wformat-truncation=] BUILDSTDERR: 19886 | snprintf(date, sizeof(date) - 1, "%s %+03d%02d", str, (int) (offset / 3600), (int) ((abs((int) offset) BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: src/elogd.c:19886:40: note: directive argument in the range [-596523, 596523] BUILDSTDERR: 19886 | snprintf(date, sizeof(date) - 1, "%s %+03d%02d", str, (int) (offset / 3600), (int) ((abs((int) offset) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:19886:40: note: directive argument in the range [0, 59] BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 266 bytes into a destination of size 79 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'execute_shell.part.0': BUILDSTDERR: src/elogd.c:22694:26: warning: '%s' directive writing up to 9999 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 22694 | sprintf(str, "SHELL \"%s\"", shell_cmd); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 10008 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'el_delete_message': BUILDSTDERR: src/elogd.c:5242:26: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 5242 | sprintf(file_name, "%s%s%s", lbs->data_dir, lbs->el_index[index].subdir, lbs->el_index[index].file_name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 1 and 542 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'copy_to': BUILDSTDERR: src/elogd.c:24003:28: warning: '%s' directive writing up to 255 bytes into a region of size 252 [-Wformat-overflow=] BUILDSTDERR: 24003 | sprintf(str, "?lb=%s\"", lbs->name_enc); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:24007:28: warning: '%s' directive writing up to 255 bytes into a region of size 252 [-Wformat-overflow=] BUILDSTDERR: 24007 | sprintf(str, "?lb=%s&", lbs->name_enc); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:24007:28: warning: '%s' directive writing up to 255 bytes into a region of size 252 [-Wformat-overflow=] BUILDSTDERR: 24007 | sprintf(str, "?lb=%s&", lbs->name_enc); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from src/elogd.h:46, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'submit_message' at src/elogd.c:16078:7: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'submit_config' at src/elogd.c:16357:7: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'is_author.part.0': BUILDSTDERR: src/elogd.c:9148:28: warning: '%s' directive writing up to 149999 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 9148 | sprintf(str, "Preset %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:9165:34: warning: '%s' directive writing up to 149999 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 9165 | sprintf(str, "Preset %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_find_form': BUILDSTDERR: src/elogd.c:12535:40: warning: '$' directive writing 1 byte into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 12535 | sprintf(whole_attr, "^%s$", str); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1502 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12508:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12508 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:12508:29: note: directive argument in the range [0, 99] BUILDSTDERR: 12508 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150003 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12493:43: warning: '%s' directive writing up to 1499 bytes into a region of size 1487 [-Wformat-overflow=] BUILDSTDERR: 12493 | sprintf(str, "Icon comment %s", option); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 14 and 1513 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12458:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12458 | sprintf(str, "%s_0", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12467:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12467 | sprintf(str, "%s_1", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12476:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12476 | sprintf(str, "%s_2", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12467:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12467 | sprintf(str, "%s_1", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12476:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12476 | sprintf(str, "%s_2", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12458:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12458 | sprintf(str, "%s_0", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12467:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12467 | sprintf(str, "%s_1", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12476:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12476 | sprintf(str, "%s_2", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150002 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12437:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12437 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:12437:29: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 12437 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150011 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12422:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 12422 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:12422:29: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 12422 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150011 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'retrieve_email_from': BUILDSTDERR: src/elogd.c:3539:44: warning: '%s' directive writing up to 255 bytes into a region of size 245 [-Wformat-overflow=] BUILDSTDERR: 3539 | sprintf(email_from_name, "ELog ", host_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 268 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:3540:34: warning: '%s' directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] BUILDSTDERR: 3540 | sprintf(email_from, "", host_name); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:3561:38: warning: ' <' directive writing 2 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 3561 | sprintf(email_from_name, "%s <%s>", login_name, email_from); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 514 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'save_user_config': BUILDSTDERR: src/elogd.c:13397:29: warning: '%s' directive writing up to 255 bytes into a region of size 254 [-Wformat-overflow=] BUILDSTDERR: 13397 | sprintf(str, "%s \"%s\" %s", loc("Login name"), user_enc, loc("exists already")); BUILDSTDERR: | ^~ ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 260) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13422:34: warning: '%s' directive writing up to 255 bytes into a region of size 240 [-Wformat-overflow=] BUILDSTDERR: 13422 | sprintf(str, "/list/user[name=%s]", user_enc); BUILDSTDERR: | ^~ ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 18 and 273 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13516:40: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 13516 | sprintf(url, "http://%s:%d/", http_host, elog_tcp_port); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 276 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13514:41: warning: '%s' directive writing up to 255 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 13514 | sprintf(url, "https://%s:%d/", http_host, elog_tcp_port); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 277 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13511:40: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 13511 | sprintf(url, "http://%s/", http_host); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13509:41: warning: '%s' directive writing up to 255 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 13509 | sprintf(url, "https://%s/", http_host); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 265 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:13702:30: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 13702 | sprintf(str, "../%s/", lbs->name_enc); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 260 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'activate_user': BUILDSTDERR: src/elogd.c:14100:40: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 14100 | sprintf(url, "http://%s:%d/", http_host, elog_tcp_port); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 11 and 276 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14098:41: warning: '%s' directive writing up to 255 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 14098 | sprintf(url, "https://%s:%d/", http_host, elog_tcp_port); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 277 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14095:40: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 14095 | sprintf(url, "http://%s/", http_host); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14093:41: warning: '%s' directive writing up to 255 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 14093 | sprintf(url, "https://%s/", http_host); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 265 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_forgot_pwd_page': BUILDSTDERR: src/elogd.c:14210:44: warning: '%s' directive writing up to 255 bytes into a region of size 243 [-Wformat-overflow=] BUILDSTDERR: 14210 | sprintf(redir, "?cmd=%s&oldpwd=%s", loc("Change password"), pwd); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14214:34: warning: '%s' directive writing up to 999 bytes into a region of size 993 [-Wformat-overflow=] BUILDSTDERR: 14214 | sprintf(str, "?redir=%s&uname=%s&upassword=%s", str2, login_name, pwd); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1535 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14210:44: warning: '%s' directive writing up to 255 bytes into a region of size 243 [-Wformat-overflow=] BUILDSTDERR: 14210 | sprintf(redir, "?cmd=%s&oldpwd=%s", loc("Change password"), pwd); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14214:34: warning: '%s' directive writing up to 999 bytes into a region of size 993 [-Wformat-overflow=] BUILDSTDERR: 14214 | sprintf(str, "?redir=%s&uname=%s&upassword=%s", str2, login_name, pwd); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1535 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14210:44: warning: '%s' directive writing up to 255 bytes into a region of size 243 [-Wformat-overflow=] BUILDSTDERR: 14210 | sprintf(redir, "?cmd=%s&oldpwd=%s", loc("Change password"), pwd); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:14214:34: warning: '%s' directive writing up to 999 bytes into a region of size 993 [-Wformat-overflow=] BUILDSTDERR: 14214 | sprintf(str, "?redir=%s&uname=%s&upassword=%s", str2, login_name, pwd); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 26 and 1535 bytes into a destination of size 1000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_change_pwd_page': BUILDSTDERR: src/elogd.c:9006:53: warning: '%s' directive writing up to 255 bytes into a region of size 237 [-Wformat-overflow=] BUILDSTDERR: 9006 | sprintf(str, "?cmd=%s&config=%s&fail=%s", loc("Change password"), getparam("unm"), error_str); BUILDSTDERR: | ^~ ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 20 or more bytes (assuming 275) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:8996:47: warning: '%s' directive writing up to 255 bytes into a region of size 241 [-Wformat-overflow=] BUILDSTDERR: 8996 | sprintf(str, "?cmd=%s&cfg_user=%s", loc("Config"), config); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 271) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_edit_form': BUILDSTDERR: src/elogd.c:10042:33: warning: '%s' directive writing up to 255 bytes into a region of size 251 [-Wformat-overflow=] BUILDSTDERR: 10042 | sprintf(page_title, "ELOG %s", lbs->name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:10646:28: warning: '%s' directive writing up to 149999 bytes into a region of size 2993 [-Wformat-overflow=] BUILDSTDERR: 10646 | sprintf(str, "Format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 150007 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:10718:35: warning: '%s' directive writing up to 9999 bytes into a region of size 248 [-Wformat-overflow=] BUILDSTDERR: 10718 | sprintf(title, " title=\"%s\"", comment); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 10009 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11186:52: warning: '%s' directive writing up to 9999 bytes into a region of size 9992 [-Wformat-overflow=] BUILDSTDERR: 11186 | sprintf(tooltip, " title=\"%s\"", comment); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 10009 bytes into a destination of size 10000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11135:52: warning: '%s' directive writing up to 9999 bytes into a region of size 9992 [-Wformat-overflow=] BUILDSTDERR: 11135 | sprintf(tooltip, " title=\"%s\"", comment); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 10009 bytes into a destination of size 10000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11140:52: warning: '%s' directive writing up to 9999 bytes into a region of size 9992 [-Wformat-overflow=] BUILDSTDERR: 11140 | sprintf(tooltip, " title=\"%s\"", comment); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 10009 bytes into a destination of size 10000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11933:56: warning: '%s' directive writing up to 12799 bytes into a region of size between 2727 and 2983 [-Wformat-overflow=] BUILDSTDERR: 11933 | sprintf(str, "im('att'+'%d','%s','%s','smaller');", index, thumb_name, att[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 31 and 13086 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11935:56: warning: '%s' directive writing up to 12799 bytes into a region of size between 2727 and 2983 [-Wformat-overflow=] BUILDSTDERR: 11935 | sprintf(str, "im('att'+'%d','%s','%s','original');", index, thumb_name, att[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 13087 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11937:56: warning: '%s' directive writing up to 12799 bytes into a region of size between 2727 and 2983 [-Wformat-overflow=] BUILDSTDERR: 11937 | sprintf(str, "im('att'+'%d','%s','%s','larger');", index, thumb_name, att[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 30 and 13085 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11940:56: warning: '%s' directive writing up to 12799 bytes into a region of size between 2727 and 2983 [-Wformat-overflow=] BUILDSTDERR: 11940 | sprintf(str, "im('att'+'%d','%s','%s','rotleft');", index, thumb_name, att[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 31 and 13086 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11942:56: warning: '%s' directive writing up to 12799 bytes into a region of size between 2727 and 2983 [-Wformat-overflow=] BUILDSTDERR: 11942 | sprintf(str, "im('att'+'%d','%s','%s','rotright');", index, thumb_name, att[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 32 and 13087 bytes into a destination of size 3000 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11955:41: warning: ' -format '' directive writing 10 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 11955 | sprintf(cmd, "%s -format '%%wx%%h' '%s'", _identify_cmd, file_name); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 530 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11953:41: warning: ' -format '' directive writing 10 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: 11953 | sprintf(cmd, "%s -format '%%wx%%h' '%s[0]'", _identify_cmd, file_name); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 23 and 533 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12019:42: warning: '%s' directive writing up to 2999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 12019 | sprintf(ref, "%s/%s", str, file_enc); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 3256 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:12005:48: warning: '%s' directive writing up to 2999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 12005 | sprintf(ref, "%s/%s?thumb=1", str, file_enc); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 3264 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:11988:42: warning: '%s' directive writing up to 2999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 11988 | sprintf(ref, "%s/%s?thumb=1", str, file_enc); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 3264 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_elog_list': BUILDSTDERR: src/elogd.c:20142:27: warning: '%s' directive writing up to 149999 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 20142 | sprintf(ref, "-- %s --", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 150006 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20226:39: warning: '%s' directive writing up to 79 bytes into a region of size 73 [-Wformat-overflow=] BUILDSTDERR: 20226 | sprintf(mode_cookie, "elmode=%s", mode); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 87 bytes into a destination of size 80 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20456:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 20456 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20466:27: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 20466 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20576:43: warning: '%s' directive writing up to 149999 bytes into a region of size 1487 [-Wformat-overflow=] BUILDSTDERR: 20576 | sprintf(str, "Icon comment %s", attrib[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 14 and 150013 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20623:33: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 20623 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20587:33: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 20587 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21164:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1500 [-Wformat-overflow=] BUILDSTDERR: 21164 | sprintf(str, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21339:35: warning: '%s' directive writing up to 149999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 21339 | sprintf(iattr, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21278:35: warning: '%s' directive writing up to 149999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 21278 | sprintf(iattr, "%s_%d", attr_list[i], j); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 150012 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21550:43: warning: '%s' directive writing up to 1499 bytes into a region of size 249 [-Wformat-overflow=] BUILDSTDERR: 21550 | sprintf(ref, "?rsort=%s", str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 1507 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21552:42: warning: '%s' directive writing up to 1499 bytes into a region of size 250 [-Wformat-overflow=] BUILDSTDERR: 21552 | sprintf(ref, "?sort=%s", str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 1506 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21566:35: warning: '%s' directive writing up to 155999 bytes into a region of size 1492 [-Wformat-overflow=] BUILDSTDERR: 21566 | sprintf(str, "Tooltip %s", disp_attr[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 156008 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21568:38: warning: '%s' directive writing up to 1499 bytes into a region of size 1493 [-Wformat-overflow=] BUILDSTDERR: 21568 | sprintf(str, "title=\"%s\"", comment); BUILDSTDERR: | ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 9 and 1508 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21741:42: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 21741 | sprintf(str, "Time format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21726:42: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 21726 | sprintf(str, "Date format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21646:45: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 21646 | sprintf(str, "Time format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:21631:45: warning: '%s' directive writing up to 149999 bytes into a region of size 1488 [-Wformat-overflow=] BUILDSTDERR: 21631 | sprintf(str, "Date format %s", attr_list[i]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 13 and 150012 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20073:31: warning: '3D' directive writing 2 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 20073 | sprintf(str, "%s%%3D", param); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 1503 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:20050:31: warning: '3D' directive writing 2 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 20050 | sprintf(str, "%s%%3D", param); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 1503 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_elog_entry': BUILDSTDERR: src/elogd.c:25201:33: warning: '%s' directive writing up to 2999 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 25201 | sprintf(ref, "%s/%s", str, file_enc); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 3256 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:25199:43: warning: '%s' directive writing up to 255 bytes into a region of size between 246 and 247 [-Wformat-overflow=] BUILDSTDERR: 25199 | sprintf(ref, "cid:att%d@%s", index, domain); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 10 and 266 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'compose_email': BUILDSTDERR: src/elogd.c:22552:18: warning: '%s' directive writing up to 1599 bytes into a region of size 256 [-Wformat-overflow=] BUILDSTDERR: 22552 | sprintf(url, "%s%d", str, message_id); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 1611 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'submit_elog': BUILDSTDERR: src/elogd.c:23030:33: warning: '%d' directive writing between 1 and 2 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 23030 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:23030:29: note: directive argument in the range [0, 99] BUILDSTDERR: 23030 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1503 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23191:33: warning: '%d' directive writing between 1 and 2 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 23191 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:23191:29: note: directive argument in the range [0, 99] BUILDSTDERR: 23191 | sprintf(str, "%s_%d", ua, j); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1503 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23345:38: warning: '%s' directive writing up to 149999 bytes into a region of size 1486 [-Wformat-overflow=] BUILDSTDERR: 23345 | sprintf(str, "Subst on edit %s", attr_list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 15 and 150014 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23322:30: warning: '%s' directive writing up to 149999 bytes into a region of size 1494 [-Wformat-overflow=] BUILDSTDERR: 23322 | sprintf(str, "Subst %s", attr_list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 150006 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23375:39: warning: '%s' directive writing up to 149999 bytes into a region of size 1485 [-Wformat-overflow=] BUILDSTDERR: 23375 | sprintf(str, "Subst on reply %s", attr_list[index]); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 16 and 150015 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:23569:34: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 0 and 1499 [-Wformat-overflow=] BUILDSTDERR: 23569 | sprintf(str2, "%s_%d", ua, mindex); BUILDSTDERR: | ^~ BUILDSTDERR: src/elogd.c:23569:30: note: directive argument in the range [0, 2147483647] BUILDSTDERR: 23569 | sprintf(str2, "%s_%d", ua, mindex); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 1511 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'do_self_register': BUILDSTDERR: src/elogd.c:26822:27: warning: '%s' directive writing up to 255 bytes into a region of size 253 [-Wformat-overflow=] BUILDSTDERR: 26822 | sprintf(str, "../%s/", lbs->name_enc); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 260 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'show_uploader_finished': BUILDSTDERR: src/elogd.c:27063:24: warning: '%s' directive writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-overflow=] BUILDSTDERR: 27063 | sprintf(ref, "%s/%s?lb=%s", str, file_enc, lbs->name_enc); BUILDSTDERR: | ^~ ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 771 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:27064:30: warning: '%s' directive writing up to 255 bytes into a region of size between 0 and 255 [-Wformat-overflow=] BUILDSTDERR: 27064 | sprintf(ref_thumb, "%s/%s?lb=%s&thumb=1", str, file_enc, lbs->name_enc); BUILDSTDERR: | ^~ ~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 14 and 779 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'synchronize_logbook': BUILDSTDERR: src/elogd.c:16848:45: warning: '%s' directive writing up to 255 bytes into a region of size 244 [-Wformat-overflow=] BUILDSTDERR: 16848 | sprintf(loc_ref, "%s", lbs->name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 272 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:16846:41: warning: '%s' directive writing up to 255 bytes into a region of size 247 [-Wformat-overflow=] BUILDSTDERR: 16846 | sprintf(loc_ref, "%s", lbs->name_enc, lbs->name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 527 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:16844:44: warning: '%s' directive writing up to 255 bytes into a region of size 244 [-Wformat-overflow=] BUILDSTDERR: 16844 | sprintf(loc_ref, "%s", lbs->name_enc, lbs->name); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 20 and 530 bytes into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17170:50: warning: '%s' directive writing up to 255 bytes into a region of size 247 [-Wformat-overflow=] BUILDSTDERR: 17170 | sprintf(loc_ref, "%s", lbs->name_enc, message_id, loc("local")); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 18 or more bytes (assuming 273) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17168:53: warning: '%s' directive writing up to 255 bytes into a region of size 244 [-Wformat-overflow=] BUILDSTDERR: 17168 | sprintf(loc_ref, "%s", lbs->name_enc, message_id, loc("local")); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 276) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17174:54: warning: '%s' directive writing up to 1999 bytes into a region of size 240 [-Wformat-overflow=] BUILDSTDERR: 17174 | sprintf(rem_ref, "%s", str, message_id, loc("remote")); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 24 or more bytes (assuming 2023) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17245:50: warning: '%s' directive writing up to 255 bytes into a region of size 247 [-Wformat-overflow=] BUILDSTDERR: 17245 | sprintf(loc_ref, "%s", lbs->name_enc, message_id, BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 18 or more bytes (assuming 273) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17243:53: warning: '%s' directive writing up to 255 bytes into a region of size 244 [-Wformat-overflow=] BUILDSTDERR: 17243 | sprintf(loc_ref, "%s", lbs->name_enc, message_id, loc("local")); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 21 or more bytes (assuming 276) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:17490:60: warning: '%s' directive writing up to 1999 bytes into a region of size 240 [-Wformat-overflow=] BUILDSTDERR: 17490 | sprintf(rem_ref, "%s", str, message_id, BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 24 or more bytes (assuming 2023) into a destination of size 256 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'interprete': BUILDSTDERR: src/elogd.c:28292:27: warning: '%s' directive writing up to 1499 bytes into a region of size 1495 [-Wformat-overflow=] BUILDSTDERR: 28292 | sprintf(str1, "?cmd=%s", str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 1505 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:28296:27: warning: '%s' directive writing up to 1499 bytes into a region of size 1495 [-Wformat-overflow=] BUILDSTDERR: 28296 | sprintf(str2, "?cmd=%s", str); BUILDSTDERR: | ^~ ~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 1505 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:28091:31: warning: '%s' directive writing up to 1499 bytes into a region of size 1495 [-Wformat-overflow=] BUILDSTDERR: 28091 | sprintf(str, "%s: %s", loc("Invalid URL"), str2); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 1509) into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c:27563:28: warning: '%s' directive writing up to 1499 bytes into a region of size 1495 [-Wformat-overflow=] BUILDSTDERR: 27563 | sprintf(str, "%s: %s", loc("Invalid URL"), str2); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 1509) into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/elogd.c: In function 'decode_post': BUILDSTDERR: src/elogd.c:28529:54: warning: '%s' directive writing up to 1499 bytes into a region of size 1483 [-Wformat-overflow=] BUILDSTDERR: 28529 | sprintf(str, "Error: Filename \"%s\" contains invalid character", str2); BUILDSTDERR: | ^~ ~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from src/elogd.h:42, BUILDSTDERR: from src/elogd.c:38: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 46 and 1545 bytes into a destination of size 1500 BUILDSTDERR: 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 37 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -c -o mxml.o mxml/mxml.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -w -c -o crypt.o src/crypt.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -w -c -o regex.o src/regex.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -c -o strlcpy.o mxml/strlcpy.c type git &> /dev/null; if [ $? -eq 1 ]; then REV="unknown" ;else REV=`git log -n 1 --pretty=format:"%ad - %h"`; fi; echo \#define GIT_REVISION \"$REV\" > src/git-revision.h gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -w -c -o auth.o src/auth.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -o elconv src/elconv.c -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lssl -lkrb5 -lldap -llber gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -o elog src/elog.c mxml.o crypt.o regex.o strlcpy.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lssl -lkrb5 -lldap -llber gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Imxml -DHAVE_SSL -DHAVE_KRB5 -DHAVE_LDAP -o elogd src/elogd.c auth.o mxml.o crypt.o regex.o strlcpy.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -lssl -lkrb5 -lldap -llber Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.XzDbhs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 + cd elog-3.1.3 + make install ROOT=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 PREFIX=/usr MANDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/man ELOGDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog + rm /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc/rc.d/init.d/elogd + mv /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/elogd.cfg /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc/ + mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/lib/systemd/system + cp /builddir/build/SOURCES/elogd.service /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/lib/systemd/system + mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/var/lib/elog/logbooks + ln -s /usr/share/ckeditor /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/ckeditor + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.1.3-9.fc31 --unique-debug-suffix -3.1.3-9.fc31.riscv64 --unique-debug-src-base elog-3.1.3-9.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/elog-3.1.3 BUILDSTDERR: 2751 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: *** WARNING: ./usr/share/elog/themes/default/compact.css is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/elog/themes/default/tiny.css is executable but has empty or no shebang, removing executable bit BUILDSTDERR: *** WARNING: ./usr/share/elog/themes/default/elog.css is executable but has empty or no shebang, removing executable bit 'elog' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elog' 'elconv' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elconv' 'elogd' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/sbin/elogd' 'man/elog.1' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/man/man1/elog.1' 'man/elconv.1' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/man/man1/elconv.1' 'man/elogd.8' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/man/man8/elogd.8' 'scripts/ckeditor-config.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/ckeditor-config.js' 'scripts/dnd.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/dnd.js' 'scripts/elcode.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/elcode.js' 'scripts/im.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/im.js' 'scripts/jquery-1.11.1.min.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/jquery-1.11.1.min.js' 'scripts/load-ckeditor.js' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/load-ckeditor.js' Installing CKeditor to /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/scripts/ckeditor Installing resources to /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/resources 'ssl/server.crt' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/ssl/server.crt' 'ssl/server.key' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/ssl/server.key' Installing themes to /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/themes Installing example logbook to /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/logbooks/demo 'logbooks/demo/2001/011108a.log' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/logbooks/demo/2001/011108a.log' 'elogd.cfg' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/elog/elogd.cfg' /usr/bin/install: creating directory '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc' /usr/bin/install: creating directory '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc/rc.d' /usr/bin/install: creating directory '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc/rc.d/init.d' 'elogd.init' -> '/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/etc/rc.d/init.d/elogd' explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elog explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elconv explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/sbin/elogd extracting debug info from /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elog extracting debug info from /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/bin/elconv extracting debug info from /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/sbin/elogd original debug info size: 2444kB, size after compression: 2380kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. Processing files: elog-3.1.3-9.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HoMwwr + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + DOCDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog + cp -pr README /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Sc6Keo + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog + cp -pr COPYING /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: absolute symlink: /usr/share/elog/scripts/ckeditor -> /usr/share/ckeditor Provides: config(elog) = 3.1.3-9.fc31 elog = 3.1.3-9.fc31 elog(riscv-64) = 3.1.3-9.fc31 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libkrb5.so.3()(64bit) libkrb5.so.3(krb5_3_MIT)(64bit) liblber-2.4.so.2()(64bit) libldap-2.4.so.2()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Processing files: elog-client-3.1.3-9.fc31.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TCxiZq + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + LICENSEDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog-client + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog-client + cp -pr COPYING /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/licenses/elog-client + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: elog-client = 3.1.3-9.fc31 elog-client(riscv-64) = 3.1.3-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Processing files: elog-doc-3.1.3-9.fc31.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.T16JCr + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + DOCDIR=/builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog-doc + cp -pr doc/ /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64/usr/share/doc/elog-doc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: elog-doc = 3.1.3-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: elog-debugsource-3.1.3-9.fc31.riscv64 Provides: elog-debugsource = 3.1.3-9.fc31 elog-debugsource(riscv-64) = 3.1.3-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: elog-debuginfo-3.1.3-9.fc31.riscv64 Provides: debuginfo(build-id) = c7f5f8e432b3a595f8229bcc89ef8973739eb2cd debuginfo(build-id) = fd3f2cfd86e081e47c5d7336582ff1bae1c1936b elog-debuginfo = 3.1.3-9.fc31 elog-debuginfo(riscv-64) = 3.1.3-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: elog-debugsource(riscv-64) = 3.1.3-9.fc31 Processing files: elog-client-debuginfo-3.1.3-9.fc31.riscv64 Provides: debuginfo(build-id) = a950859846c11921013666fd7255a694146e274b elog-client-debuginfo = 3.1.3-9.fc31 elog-client-debuginfo(riscv-64) = 3.1.3-9.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: elog-debugsource(riscv-64) = 3.1.3-9.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 Wrote: /builddir/build/RPMS/elog-client-3.1.3-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/elog-doc-3.1.3-9.fc31.noarch.rpm Wrote: /builddir/build/RPMS/elog-client-debuginfo-3.1.3-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/elog-3.1.3-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/elog-debugsource-3.1.3-9.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/elog-debuginfo-3.1.3-9.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CqU9Xp + umask 022 + cd /builddir/build/BUILD + cd elog-3.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/elog-3.1.3-9.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0