/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-fix-gcc-8-format-truncation-warning.patch | 4 Subject: [PATCH] fix gcc-8 format-truncation warning 6 While compiling with `-Werror=format-truncation=', it failed 9 before the last format character [-Werror=format-truncation=]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 4 Subject: [PATCH] configure: Check for -Wno-error=format-truncation compiler 12 …t may be truncated writing up to 1023 bytes into a region of size 1010 [-Werror=format-truncation=] 32 …r -Werror=format-truncation],[AM_CFLAGS="$AM_CFLAGS -Wno-error=format-truncation" AM_CXXFLAGS="$AM…
|
H A D | 0005-Disable-new-gcc8-warnings.patch | 28 +#pragma GCC diagnostic ignored "-Wstringop-truncation" 54 +#pragma GCC diagnostic ignored "-Wstringop-truncation"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0002-configure-Disable-selected-warnings.patch | 24 +AX_CHECK_COMPILE_FLAG([-Wstringop-truncation],[NOWARNINGS+=' -Wno-error=stringop-truncation'])
|
/openbmc/linux/scripts/ |
H A D | Makefile.extrawarn | 108 KBUILD_CFLAGS += $(call cc-option, -Wformat-truncation) 110 KBUILD_CFLAGS += $(call cc-option, -Wstringop-truncation) 124 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 126 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/ |
H A D | tpm-tools_1.3.9.2.bb | 28 CFLAGS += " -Wno-incompatible-pointer-types -Wno-stringop-truncation -Wno-error=implicit-function-d… 29 BUILD_CFLAGS += " -Wno-incompatible-pointer-types -Wno-stringop-truncation -Wno-error=implicit-func…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-coordinator-Fix-strncpy-range-warning.patch | 7 error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
|
H A D | 0001-Remove-newline-from-format-line.patch | 8 …ltin___snprintf_chk' output truncated before the last format character [-Werror=format-truncation=]
|
H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 4 Subject: [PATCH] Fix potential string truncation in strncpy() 6 GCC 8 complains about the string truncation during copy
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/ |
H A D | lowpan-tools_git.bb | 18 file://0001-Fix-potential-string-truncation-in-strncpy.patch \
|
/openbmc/linux/fs/btrfs/ |
H A D | Makefile | 14 $(call cc-option, -Wstringop-truncation) \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 7 trace.c:311:22: error: implicit truncation from 'int' to a one-bit wide bit-field changes value fro…
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch | 50 -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | Makefile | 8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 415 might be because of packet truncation or the I flag is not set. 422 include unexpected packet truncation. 432 could include unexpected header truncation 441 from packet truncation thus the total length field exceeds the received 456 truncation.
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | landlock.rst | 288 subsequent truncation attempts using :manpage:`ftruncate(2)`. The behavior is 445 File truncation (ABI < 3) 448 File truncation could not be denied before the third Landlock ABI, so it is 452 truncation thanks to the new ``LANDLOCK_ACCESS_FS_TRUNCATE`` access right.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
H A D | ippool_1.3.bb | 29 file://strncpy-truncation.patch \
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0001-stdlib-Add-strlcat.patch | 95 + * strlen(initial dest) + strlen(src); if retval >= size, truncation occurred.
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
H A D | mdadm_4.3.bb | 18 file://0001-fix-gcc-8-format-truncation-warning.patch \
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ips | 65 - Fix truncation of /proc files with cat
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/ |
H A D | collectd_5.12.0.bb | 14 file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 80 # conv=notrunc avoids truncation to keep the geometry of the image.
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | Makefile | 52 $(call cc-option, -Wstringop-truncation) \
|
/openbmc/linux/tools/perf/util/ |
H A D | synthetic-events.c | 431 bool truncation = false; in perf_event__synthesize_mmap_events() local 482 truncation = true; in perf_event__synthesize_mmap_events() 504 if (truncation) in perf_event__synthesize_mmap_events() 536 if (truncation) in perf_event__synthesize_mmap_events()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | netfs-api.rst | 33 (5) Resizing a data file (truncation) 225 If a network filesystem file is resized locally by truncation, the following
|