From: Jun M. <jun...@in...> - 2022-01-25 13:31:07
|
*build log:* common/memlog.c: In function 'memlog_init': common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 53 | g_log->uuid = (uuid_t)TBOOT_LOG_UUID; common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] common/memlog.c:53:20: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] common/memlog.c:68:26: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 68 | g_log->zip_count = 0; build error link: https://kojipkgs.fedoraproject.org/work/tasks/2525/81812525/build.log *environment**:* jmiao@fedora35:~$ cat /etc/os-release NAME="Fedora Linux" VERSION="36 (Workstation Edition Prerelease)" ID=fedora VERSION_ID=36 VERSION_CODENAME="" PLATFORM_ID="platform:f36" PRETTY_NAME="Fedora Linux 36 (Workstation Edition Prerelease)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:36" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=rawhide REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=rawhide PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy" VARIANT="Workstation Edition" VARIANT_ID=workstation jmiao@fedora35:~$ gcc --version gcc (GCC) 12.0.1 20220118 (Red Hat 12.0.1-0) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |