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

Hotfixes #1 added, details written in issues log #2

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

mc-putchar
Copy link
Owner

  1. ft_bzero - change from char to unsigned char
    
  2. ft_lstmap - add null check for (*f) return before passing to ft_lstnew
    
  3. ft_memccpy - change from int to unsigned char casting
    
  4. ft_memcpy - change from char to unsigned char casting
    
  5. ft_memmove - change from char to unsigned char casting
    
  6. ft_memset - change from char to unsigned char casting
    
  7. ft_put* - change return type to ssize_t, return bytes printed
    

@mc-putchar mc-putchar merged commit 064628e into master May 18, 2023
@mc-putchar mc-putchar deleted the hotfixes1 branch May 18, 2023 12:48
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

Successfully merging this pull request may close these issues.

1 participant