Re: [PATCH 3/6] tools/nolibc: properly align dirent buffer

2025-04-19 Thread Thomas Weißschuh
On 2025-04-19 11:11:40+0200, Willy Tarreau wrote: > On Wed, Apr 16, 2025 at 08:40:18PM +0200, Thomas Weißschuh wrote: > > As byte buffer is overlaid with a 'struct dirent64'. > > it has to satisfy the structs alignment requirements. > > > > Fixes: 665fa8dea90d ("tools/nolibc: add support for direc

Re: [PATCH 3/6] tools/nolibc: properly align dirent buffer

2025-04-19 Thread Willy Tarreau
On Wed, Apr 16, 2025 at 08:40:18PM +0200, Thomas Weißschuh wrote: > As byte buffer is overlaid with a 'struct dirent64'. > it has to satisfy the structs alignment requirements. > > Fixes: 665fa8dea90d ("tools/nolibc: add support for directory access") > Signed-off-by: Thomas Weißschuh Oh good ca

[PATCH 3/6] tools/nolibc: properly align dirent buffer

2025-04-16 Thread Thomas Weißschuh
As byte buffer is overlaid with a 'struct dirent64'. it has to satisfy the structs alignment requirements. Fixes: 665fa8dea90d ("tools/nolibc: add support for directory access") Signed-off-by: Thomas Weißschuh --- tools/include/nolibc/dirent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/