Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch4 Subject: [PATCH] blobmsg: fix array out of bounds GCC 10 warning
11 …r' is out of the bounds of referenced subobject 'name' with type 'uint8_t[0]' {aka 'unsigned char[…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0002-configure-Disable-selected-warnings.patch25 +AX_CHECK_COMPILE_FLAG([-Warray-bounds],[NOWARNINGS+=' -Wno-error=array-bounds'])
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c56 int bounds[2] = { 0, 1 }; in main()
58 : : "m"(bounds), "d"(2), FMT_INS); in main()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp119 bound_map_t bounds; in initProperties() local
120 bounds.emplace(bound, std::numeric_limits<double>::quiet_NaN()); in initProperties()
121 thresholds.emplace(type, bounds); in initProperties()
H A Dbmc_health_config_json.md47 - The following threshold levels (with bounds) are supported.
/openbmc/qemu/linux-user/
H A Delfload.c822 uintptr_t bounds[3][2]; /* start/last pairs */ member
829 if (pgb_try_mmap_skip_brk(ga->bounds[i][0] + base, in pgb_try_mmap_set()
830 ga->bounds[i][1] + base, in pgb_try_mmap_set()
869 ga->bounds[n][0] = try_identity ? mmap_min_addr : 0; in pgb_addr_set()
870 ga->bounds[n][1] = reserved_va; in pgb_addr_set()
876 ga->bounds[n][0] = 0; in pgb_addr_set()
877 ga->bounds[n][1] = LO_COMMPAGE + TARGET_PAGE_SIZE - 1; in pgb_addr_set()
880 ga->bounds[n][0] = 0; in pgb_addr_set()
881 ga->bounds[n][1] = TARGET_PAGE_SIZE - 1; in pgb_addr_set()
887 ga->bounds[n][0] = guest_loaddr; in pgb_addr_set()
[all …]
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_sensors.robot87 Log Sensors detected out of bounds via Rest:${\n}${sensors_flagged_rest} console=true
88 Log Sensors detected out of bounds via Redfish:${\n}${sensors_flagged_redfish} console=true
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/
H A Dlibubox_git.bb19 file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D10-cve-2014-8140-test-compr-eb.patch2 Subject: Fix CVE-2014-8140: out-of-bounds write issue in test_compr_eb()
H A D11-cve-2014-8141-getzip64data.patch2 Subject: Fix CVE-2014-8141: out-of-bounds read issues in getZip64Data()
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c61 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/openbmc/libcper/generator/
H A DREADME.md22 The generator is not completely random within the bounds of the specification,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/
H A DCVE-2024-1013.patch6 These result in out-of-bounds stack writes on 64-bit architectures
/openbmc/qemu/pc-bios/optionrom/
H A DMakefile36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch30 …-fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h…
31 …-fshort-wchar -fno-builtin -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h…
/openbmc/qemu/tests/qemu-iotests/
H A D084.out12 === Testing image size bounds ===
/openbmc/u-boot/board/sbc8349/
H A Dsbc8349.c90 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/openbmc/u-boot/board/ve8313/
H A Dve8313.c52 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c40 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c116 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Fix-reinterpret-cast-compiler-errors.patch47 …// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, cppcoreguidelines-pro-type-rein…
/openbmc/qemu/pc-bios/s390-ccw/
H A DMakefile60 $(call cc-option,-Wno-array-bounds); \
/openbmc/estoraged/
H A D.clang-tidy211 cppcoreguidelines-pro-bounds-array-to-pointer-decay,
212 cppcoreguidelines-pro-bounds-pointer-arithmetic,
/openbmc/phosphor-time-manager/
H A D.clang-tidy212 cppcoreguidelines-pro-bounds-array-to-pointer-decay,
213 cppcoreguidelines-pro-bounds-pointer-arithmetic,
/openbmc/phosphor-led-sysfs/
H A D.clang-tidy213 cppcoreguidelines-pro-bounds-array-to-pointer-decay,
214 cppcoreguidelines-pro-bounds-pointer-arithmetic,

123