Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-fix-gcc-8-format-truncation-warning.patch4 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-networking/recipes-daemons/opensaf/opensaf/
H A D0002-configure-Disable-selected-warnings.patch24 +AX_CHECK_COMPILE_FLAG([-Wstringop-truncation],[NOWARNINGS+=' -Wno-error=stringop-truncation'])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-configure-Check-for-Wno-error-format-truncation-comp.patch4 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 D0005-Disable-new-gcc8-warnings.patch28 +#pragma GCC diagnostic ignored "-Wstringop-truncation"
54 +#pragma GCC diagnostic ignored "-Wstringop-truncation"
/openbmc/linux/scripts/
H A DMakefile.extrawarn108 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-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-coordinator-Fix-strncpy-range-warning.patch7 error: 'strncpy' specified bound 4096 equals destination size [-Werror=stringop-truncation]
H A D0001-Remove-newline-from-format-line.patch8 …ltin___snprintf_chk' output truncated before the last format character [-Werror=format-truncation=]
H A D0001-Fix-potential-string-truncation-in-strncpy.patch4 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 Dlowpan-tools_git.bb18 file://0001-Fix-potential-string-truncation-in-strncpy.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0003-mbedtls-Do-not-overwrite-CFLAGS.patch19 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wformat-overflow=2 -Wformat-truncation")
/openbmc/linux/fs/btrfs/
H A DMakefile14 $(call cc-option, -Wstringop-truncation) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch7 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 D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch50 -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict \
/openbmc/linux/drivers/acpi/acpica/
H A DMakefile8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst415 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/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch95 + * strlen(initial dest) + strlen(src); if retval >= size, truncation occurred.
/openbmc/linux/Documentation/userspace-api/
H A Dlandlock.rst288 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 Dippool_1.3.bb29 file://strncpy-truncation.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/
H A Dcollectd_5.12.0.bb14 file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch \
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ips65 - Fix truncation of /proc files with cat
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/
H A Dmdadm_4.3.bb18 file://0001-fix-gcc-8-format-truncation-warning.patch \
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A DMakefile52 $(call cc-option, -Wstringop-truncation) \
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c431 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/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-platform-corstone1000-Update-MPU-configuration.patch94 # conv=notrunc avoids truncation to keep the geometry of the image.
/openbmc/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst33 (5) Resizing a data file (truncation)
225 If a network filesystem file is resized locally by truncation, the following

12