mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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> |
||
|---|---|---|
| .. | ||
| aufs-util | ||
| binfs | ||
| btrfsmaintenance | ||
| e2tools | ||
| exfatprogs | ||
| f2fs-tools | ||
| fatcat | ||
| fatresize | ||
| overlayfs | ||
| udevil | ||
| ufs-utils | ||
| xfsdump | ||
| xfsprogs | ||
| xfstests | ||