1diff --git a/src/util_exec.cpp b/src/util_exec.cpp
2index 0e8a13c1..0cc99c1e 100644
3--- a/src/util_exec.cpp
4+++ b/src/util_exec.cpp
5@@ -300,7 +300,7 @@ Util::elfType(const char *pathname, bool *isElf, bool *is32bitElf)
6 static string
7 ld_linux_so_path(int version, bool is32bitElf = false)
8 {
9- char buf[80];
10+ char buf[128];
11
12 #if (defined(__x86_64__) || defined(__aarch64__)) && !defined(CONFIG_M32)
13 if (is32bitElf) {