1
0
Fork 0
forked from poz/modfetch
Commit graph

9 commits

Author SHA1 Message Date
76fd2153a9
nullterm after strncpy
great function thanks glibc
2024-02-09 15:46:33 +01:00
9ac418318a
nullterm ret in resolve_env_vars 2024-02-09 15:34:15 +01:00
170e69d096
free line if getline errors 2024-02-09 15:31:30 +01:00
771680ac17
very nice and calm comment about casting void* to function pointers 2024-02-09 15:15:44 +01:00
36b59a2e29
++ -> += 1 outside all loops to improve readability
I like it better now
2024-02-09 15:11:36 +01:00
21aefd281a
general memory and readability improvements 2024-02-09 15:10:13 +01:00
3704f16b53
fix crashing on empty line (Xd) 2024-02-09 13:54:29 +01:00
85eb489d7c
prevent 4KB memory leak 2024-02-09 12:23:17 +01:00
40f0e25f32
init 2024-02-09 12:05:06 +01:00