| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The rest is malloc'd (memory leaks if user doesnt read entier file)
The tmp buf in also malloc'd because the stack hasnt enought memory
|
|
|
|
|
|
Because if user doesnt read a file until the end, this would cause
memory leak.
All moulitest tests pass except for large file with certain buffer sizes
greater than the line len and smaller than the file len.
|
|
- ft_strappend: ft_strcat with resize
- still malloc issues in ft_strappend
|
|
- they updated the pdf, we can use `free`, fuck my life
- think they check if i read BUFFER_SIZE, i dont, fuck my life
- get reset --hard i guess
|
|
- 3 tests of moulitest still red
- get_next_line has 30 lines
|
|
|
|
Doesnt work with some buffer sizes
|
|
|