2021-05-31 13:41:21 +02:00
|
|
|
diff --git a/src/util_exec.cpp b/src/util_exec.cpp
|
|
|
|
index 0e8a13c1..0cc99c1e 100644
|
|
|
|
--- a/src/util_exec.cpp
|
|
|
|
+++ b/src/util_exec.cpp
|
|
|
|
@@ -300,7 +300,7 @@ Util::elfType(const char *pathname, bool *isElf, bool *is32bitElf)
|
|
|
|
static string
|
|
|
|
ld_linux_so_path(int version, bool is32bitElf = false)
|
2017-09-19 13:39:40 +02:00
|
|
|
{
|
|
|
|
- char buf[80];
|
|
|
|
+ char buf[128];
|
2021-05-31 13:41:21 +02:00
|
|
|
|
2017-09-19 13:39:40 +02:00
|
|
|
#if (defined(__x86_64__) || defined(__aarch64__)) && !defined(CONFIG_M32)
|
|
|
|
if (is32bitElf) {
|