Files
zig/src
Jakub Konka df9462690f std: fix memory bug in getExternalExecutor
Until now, we would pass `candidate: NativeTargetInfo` which creates
a copy of the `NativeTargetInfo.DynamicLinker` buffer. We would then
return this buffer in `bad_dl: []const u8` which would goes out-of-scope
the moment we leave this function frame yielding garbage. To fix this,
we just need to remember to pass by const-pointer
`candidate: *const NativeTargetInfo`.
2023-10-06 12:43:00 +02:00
..
2023-10-05 00:19:25 -04:00
2023-10-05 00:19:25 -04:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-10-04 11:21:56 -07:00
2023-06-20 12:55:38 -04:00
2023-08-15 02:52:38 -07:00
2023-10-02 15:31:49 -06:00