alelievr / libft-unit-test

455 stars 88 forks source link

[crash]: ft_putnbr_fd.c #86

Closed mrtintin13130 closed 3 years ago

mrtintin13130 commented 3 years ago

Thank you, for this program, really usefull ! But it says for my putnbr_fd : "[crash]: your putnbr_fd allocate memory, wtf ???" The point is that i'm not allocating memory on any function used with putnbr_fd and not even with putnbr_fd.

alelievr commented 3 years ago

Hello, are you sure you're not using a ft_itoa in your function? I'm asking because I never heard about an issue with the malloc checks.