Skip to content

Version 1.2.1

Latest
Compare
Choose a tag to compare
@ChuOkupai ChuOkupai released this 30 Jun 17:35
· 11 commits to master since this release

Changelog

Fixed

  • ft_memccpy now checks if the copied character causes its interruption
  • ft_putnbr_base_fd memory was initialized incorrectly
  • ft_strtol overflow and underflow detection are now fully functional
  • ft_strtoul parsing was not working properly for some strings
  • ft_strtoul errno was not set to EINVAL when the given string was invalid
  • ft_strtrim the right part of the string was not trimmed correctly

License

This project is licensed under the LGPLv3 License - see the LICENSE file for details