alelievr / libft-unit-test

455 stars 88 forks source link

Fix issue with not protected ft_strlcpy #100

Closed reysand closed 3 years ago

reysand commented 3 years ago

The original strlcpy gives a segfault when sending null parameters

alelievr commented 3 years ago

Thanks for the fix!