| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | 0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch | 4 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 D | 0002-configure-Disable-selected-warnings.patch | 25 +AX_CHECK_COMPILE_FLAG([-Warray-bounds],[NOWARNINGS+=' -Wno-error=array-bounds'])
|
| /openbmc/qemu/tests/tcg/m68k/ |
| H A D | trap.c | 56 int bounds[2] = { 0, 1 }; in main() 58 : : "m"(bounds), "d"(2), FMT_INS); in main()
|
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric.cpp | 119 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 D | bmc_health_config_json.md | 47 - The following threshold levels (with bounds) are supported.
|
| /openbmc/qemu/linux-user/ |
| H A D | elfload.c | 822 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 D | bmc_collect_sensors.robot | 87 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 D | libubox_git.bb | 19 file://0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch \
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 10-cve-2014-8140-test-compr-eb.patch | 2 Subject: Fix CVE-2014-8140: out-of-bounds write issue in test_compr_eb()
|
| H A D | 11-cve-2014-8141-getzip64data.patch | 2 Subject: Fix CVE-2014-8141: out-of-bounds read issues in getZip64Data()
|
| /openbmc/u-boot/board/freescale/mpc8313erdb/ |
| H A D | sdram.c | 61 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
|
| /openbmc/libcper/generator/ |
| H A D | README.md | 22 The generator is not completely random within the bounds of the specification,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/ |
| H A D | CVE-2024-1013.patch | 6 These result in out-of-bounds stack writes on 64-bit architectures
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | Makefile | 36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-debug-prefix-map.patch | 30 …-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 D | 084.out | 12 === Testing image size bounds ===
|
| /openbmc/u-boot/board/sbc8349/ |
| H A D | sbc8349.c | 90 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
|
| /openbmc/u-boot/board/ve8313/ |
| H A D | ve8313.c | 52 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
|
| /openbmc/u-boot/board/freescale/mpc8349itx/ |
| H A D | mpc8349itx.c | 40 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
|
| /openbmc/u-boot/board/freescale/mpc8349emds/ |
| H A D | mpc8349emds.c | 116 #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 D | 0001-Fix-reinterpret-cast-compiler-errors.patch | 47 …// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, cppcoreguidelines-pro-type-rein…
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | Makefile | 60 $(call cc-option,-Wno-array-bounds); \
|
| /openbmc/estoraged/ |
| H A D | .clang-tidy | 211 cppcoreguidelines-pro-bounds-array-to-pointer-decay, 212 cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
| /openbmc/phosphor-time-manager/ |
| H A D | .clang-tidy | 212 cppcoreguidelines-pro-bounds-array-to-pointer-decay, 213 cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
| /openbmc/phosphor-led-sysfs/ |
| H A D | .clang-tidy | 213 cppcoreguidelines-pro-bounds-array-to-pointer-decay, 214 cppcoreguidelines-pro-bounds-pointer-arithmetic,
|