Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tests for ft_lstmap? #77

Open
SimonvH03 opened this issue Oct 26, 2023 · 1 comment
Open

Missing tests for ft_lstmap? #77

SimonvH03 opened this issue Oct 26, 2023 · 1 comment

Comments

@SimonvH03
Copy link

All tests for lstmap are passed without error handling for the parameters void *(*f)(void *) and void (*del)(void *).
error handling like: if (f = NULL || del == NULL){ return (NULL);}

@poudink
Copy link

poudink commented Dec 14, 2023

Francinette generally seems to lack tests for error handling NULL parameters. With libc functions it'll actually fail you if you have error handling (NO CRASH).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants