On Thu, Jul 6, 2023 at 5:26 PM Conor Fogarty <[email protected]> wrote: > > Add NULL pointer check to params->name, which is later > copied into the hash datastructure. Without this check > the code segfaults on the strlcpy() of a NULL pointer. > > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Cc: [email protected]
> > Signed-off-by: Conor Fogarty <[email protected]> Acked-by: Vladimir Medvedkin <[email protected]> Applied, thanks. -- David Marchand

