Go to file
Yi Zhao dca497d728 ][PATCH] ufs-utils: fix crash for ufs-utils list_bsg
The full_path buffer in find_bsg_device function consists of:
path + '/' + files->d_name + '\0'

So the buffer size should be: strlen(path) + strlen(files->d_name) + 2,
not: strlen(path) + strlen(files->d_name) + 1.

Backport a patch to fix crash when running 32-bit binary on 64-bit
system:
$ ufs-utils list_bsg
malloc(): invalid next size (unsorted)
Aborted (core dumped)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2025-07-27 14:35:10 -04:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ][PATCH] ufs-utils: fix crash for ufs-utils list_bsg 2025-07-27 14:35:10 -04:00
meta-gnome libuser: correct the package version 2025-05-17 11:56:50 -06:00
meta-initramfs meta-openemnedded: Add myself as walnascar maintainer 2025-04-16 18:20:05 -07:00
meta-multimedia pipewire: Avoid having pipewire-native depend on pipewire 2025-05-17 11:56:50 -06:00
meta-networking mbedtls: upgrade 3.6.3.1 -> 3.6.4 2025-07-27 14:35:10 -04:00
meta-oe mariadb: upgrade 11.4.5 -> 11.4.6 2025-07-27 14:35:10 -04:00
meta-perl meta-openemnedded: Add myself as walnascar maintainer 2025-04-16 18:20:05 -07:00
meta-python python3-aiohttp: fix CVE-2025-53643 2025-07-27 14:35:10 -04:00
meta-webserver apache2: Scrub -ffile-prefix-map in build.nice file 2025-05-17 11:56:50 -06:00
meta-xfce xfce4 update HOMEPAGEs 2025-06-20 10:46:49 -04:00
.gitignore
COPYING.MIT
README.md meta-openemnedded: Add myself as walnascar maintainer 2025-04-16 18:20:05 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Armin Kuster akuster808@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories