vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / os-specific / linux / dmtcp / ld-linux-so-buffer-size.patch
blob118e52b8e62646f54cd304696619fd6b1d157283
1 diff --git a/src/util_exec.cpp b/src/util_exec.cpp
2 index 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)
9 - char buf[80];
10 + char buf[128];
12 #if (defined(__x86_64__) || defined(__aarch64__)) && !defined(CONFIG_M32)
13 if (is32bitElf) {