| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 102.out | 3 === Testing map command on truncated image === 13 === Testing map on an image file truncated outside of qemu ===
|
| H A D | 116.out | 3 == truncated header cluster ==
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | sensor_info_record.py | 116 truncated = encoded[:READING_VALUE_BYTE_LIMIT] 117 padded = truncated.ljust(READING_VALUE_BYTE_LIMIT, b"\x00")
|
| /openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/ |
| H A D | CVE-2025-47268.patch | 28 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated) 31 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated) 56 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated) 59 24 bytes from 127.0.0.1: icmp_seq=1 ttl=64 (truncated)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
| H A D | nlrequest.c_packet-too-small_fix.patch | 3 Description: Fix "NETLINK: Packet too small or truncated!" error.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 413 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme… 416 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_… 417 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0); 424 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */ 425 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI… 426 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0); 428 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated); 431 if (!truncated) 434 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE… 435 + r = write_string_file_at(subsystem_fd, "attr_serial", truncated, 0); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.4.9-fix-ftbfs.patch | 8 * the last char of the truncated string.
|
| /openbmc/qemu/qga/ |
| H A D | commands.c | 89 bool truncated; member 209 ges->out_truncated = gei->out.truncated; in qmp_guest_exec_status() 216 ges->err_truncated = gei->err.truncated; in qmp_guest_exec_status() 358 if (!p->truncated && p->size < GUEST_EXEC_MAX_OUTPUT) { in guest_exec_output_watch() 365 p->truncated = true; in guest_exec_output_watch()
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 433 …_cleanup_free_ char *truncated = strndup(w, 40); /* kernel refuses more than 40 chars (as per nvme… 436 - r = write_string_file_at(subsystem_fd, "attr_model", truncated, WRITE_STRING_FILE_… 437 + r = write_string_file_at(subsystem_fd, "attr_model", truncated, 0); 444 … /* The default string stored in 'attr_firmware' is `uname -r` btw, but truncated to 8 chars. */ 445 - r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, WRITE_STRING_FI… 446 + r = write_string_file_at(subsystem_fd, "attr_firmware", truncated, 0); 448 … log_warning_errno(r, "Failed to set model of subsystem to '%s', ignoring: %m", truncated); 451 if (!truncated) 454 - r = write_string_file_at(subsystem_fd, "attr_serial", truncated, WRITE_STRING_FILE… 455 + r = write_string_file_at(subsystem_fd, "attr_serial", truncated, 0); [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc_15.1.bb | 5 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: …
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
| H A D | 0001-Remove-newline-from-format-line.patch | 8 error: '__builtin___snprintf_chk' output truncated before the last format character [-Werror=format…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch | 10 deep and use NFS, the kernel arguments will be truncated. The kernel will
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 1467 + // We have now corrected both exponent and i, to a truncated value 2653 +empty_hi64(bool &truncated) noexcept { 2654 + truncated = false; 2659 +uint64_hi64(uint64_t r0, bool &truncated) noexcept { 2660 + truncated = false; 2666 +uint64_hi64(uint64_t r0, uint64_t r1, bool &truncated) noexcept { 2669 + truncated = r1 != 0; 2673 + truncated = (r1 << shl) != 0; 2679 +uint32_hi64(uint32_t r0, bool &truncated) noexcept { 2680 + return uint64_hi64(r0, truncated); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
| H A D | valkey.conf | 776 aof-load-truncated yes
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | redis.conf | 776 aof-load-truncated yes
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/ |
| H A D | redis.conf | 776 aof-load-truncated yes
|
| /openbmc/openbmc/poky/meta/recipes-kernel/blktrace/ |
| H A D | blktrace_git.bb | 37 # 4) btreplay.o: file not recognized: File truncated
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | man-file-mailstat.1-from-debian.patch | 31 +The $LOGFILE is truncated to zero length, unless the
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 1448 int truncated; local 1451 &truncated); 1458 if (!truncated) { 1460 mtd->erasesize, &padding_size, &truncated); 1461 if (truncated) 1467 if (truncated) {
|
| /openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-fix-nsectors-exceeds-0xffff-situation.patch | 11 If the size of efi.img > 32MB, the partition table will be truncated
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch | 11 If the size of efi.img > 32MB, the partition table will be truncated
|
| /openbmc/openpower-debug-collector/dump/tools/opdump/ |
| H A D | opdreport | 24 Report will be truncated if size exceeds
|
| /openbmc/qemu/qapi/ |
| H A D | acpi.json | 31 # address upwards, and silently truncated / NUL-padded to length.
|
| /openbmc/phosphor-debug-collector/tools/dreport.d/ |
| H A D | dreport | 30 Report will be truncated in case size exceeds
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
| H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 17 becomes truncated, resulting in data loss. 62 change, the last 8 bytes of the FRU would be truncated which would
|