Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants