meta-openembedded/meta-filesystems/recipes-utils
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
..
aufs-util recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
binfs bindfs: upgrade 1.17.6 -> 1.17.7 2024-04-17 23:47:23 -07:00
btrfsmaintenance btrfsmaintenance: drop allarch 2023-09-20 22:15:39 -07:00
e2tools e2tools: upgrade 0.1.0 -> 0.1.2 2024-09-29 10:01:08 -07:00
exfatprogs exfatprogs: upgrade 1.2.5 -> 1.2.6 2024-12-03 09:44:32 -08:00
f2fs-tools f2fs-tools: Fix build with gcc-15 2025-04-04 19:18:48 -07:00
fatcat .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core 2023-01-27 17:06:52 -08:00
fatresize fatresize: set correct LICENSE 2025-01-31 10:34:02 -08:00
overlayfs overlayfs-tools: Fix build with musl 2024-07-05 23:26:51 -07:00
udevil udevil: Fix build with gcc-15 2025-04-04 19:18:46 -07:00
ufs-utils ][PATCH] ufs-utils: fix crash for ufs-utils list_bsg 2025-07-27 14:35:10 -04:00
xfsdump xfsdump: upgrade 3.1.12 -> 3.2.0 2024-09-10 07:20:42 -07:00
xfsprogs recipes: Fix variable assignment whitespace 2025-01-31 10:34:03 -08:00
xfstests xfstests: add missing run-time dependencies 2024-12-06 20:55:56 -08:00