Files
Odin/core/os
Rickard Andersson 330b393e16 fix(os): use setenv instead of putenv
`setenv` doesn't copy the value that is put, which means that the
previous code had a bug where we free'd the temporary memory and the
environment was accidentally cleared right after the function finished.
2023-06-27 21:37:10 +03:00
..
2023-02-10 16:36:50 +00:00
2023-02-10 16:36:50 +00:00
2022-02-25 08:49:25 +00:00
2023-05-06 17:52:08 -07:00
2023-06-12 15:37:39 +02:00
2023-02-10 17:20:14 +00:00
2023-02-19 12:53:22 +00:00
2023-01-06 13:33:47 -08:00
2022-03-29 16:13:17 +02:00
2023-06-08 22:38:15 +01:00