Files
Giacomo Vercesi 6bb745ddfb InitRevng: fix memory leak due to stack trace
When initializing `revng::InitRevng` it is assumed by its parent,
`InitLLVM`, that the lifetime of `Argv` and be equivalent to
static, because it might be later retrieved to print it in case of a
crash. This works with the traditional `main`, however in the pipebox
the string passed are not guaranteed to have that lifetime. This commits
moves ownership of the strings to a class that stores them to avoid this
problem.
2025-12-11 17:21:37 +01:00
..
2025-12-10 15:05:53 +01:00
2025-10-31 17:25:03 +01:00
2025-12-10 16:16:14 +01:00
2025-12-10 16:16:14 +01:00
2025-02-13 13:10:51 +02:00
2025-10-31 17:25:03 +01:00
2025-10-31 17:25:03 +01:00
2025-12-10 16:16:14 +01:00
2025-05-07 16:42:34 +02:00
2025-12-03 17:59:18 +01:00
2024-07-10 15:34:19 +02:00
2025-06-27 17:12:18 +02:00
2025-10-24 18:20:48 +02:00
2025-12-10 16:16:14 +01:00