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-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-09-13 18:24:59 -04:00
2023-04-22 13:09:15 +03:00
2023-09-24 02:47:21 +01:00
2023-08-24 22:38:47 -07:00
2023-10-02 15:31:49 -06:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-10-04 13:48:22 +03:00
2023-10-02 15:31:49 -06:00
2023-10-02 17:02:25 -07:00
2023-10-02 16:37:37 -06:00
2023-10-02 15:31:49 -06:00
2023-07-07 11:57:09 -07:00
2023-09-29 00:32:43 -07:00