Go to file
Patrick Georgi fa31987221 dtlogin: Avoid putenv to fix issue with passing stack address
putenv doesn't copy the data, so the stack address used here is plain
wrong. It _probably_ doesn't matter all that much because it's
immediately followed by execv(), but let's keep things clean.
2025-12-18 22:58:26 +01:00
cde dtlogin: Avoid putenv to fix issue with passing stack address 2025-12-18 22:58:26 +01:00