On Thu, Oct 23, 2025 at 5:49 AM Frank Busse <[email protected]> wrote:
> ---
> /basename "" ""
>

Thanks Frank,

to compile sbase with gcc asan one can edit config.mk
CFLAGS = -fsanitize=address -g
LDFLAGS = -lasan

this bug comes along between basename.c:29-32 because suffix strlen
should always be greater than 0 and less than strlen of path

BTW... i can do better with my patch and message. please ignore that one.

--Carlos

Reply via email to