libft-war-machine icon indicating copy to clipboard operation
libft-war-machine copied to clipboard

Need test for memchr when n_byte to search is 0

Open Seubmarine opened this issue 3 years ago • 0 comments

In the function void *ft_memchr(const void *s, int c, size_t n); no test are done in the case size_t n is 0. I'll make a pull request soon enough.

Seubmarine avatar Nov 24 '21 14:11 Seubmarine