summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-10-25Add NULL checking for `get_envname` HEAD v1.0.2 masterNakidai
Since third part of for loop is executed before the second one, `get_envname` function was trying to copy from NULL at the end of env vector every run.
2024-10-25Fix env breaking v1.0.1Nakidai
I was thinking that changing `env` (the third argument of the `main`) won't change the env. I was wrong. Now it uses its own buffer for copying environment variable names into it.
2024-10-24Add code v1.0.0Nakidai