mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
12 lines
425 B
Diff
12 lines
425 B
Diff
|
--- dmtcp-2.5.1-src/src/util_exec.cpp 2017-09-19 13:36:22.947587034 +0200
|
||
|
+++ dmtcp-2.5.1-src/src/util_exec.cpp 2017-09-19 13:36:32.221313460 +0200
|
||
|
@@ -178,7 +178,7 @@
|
||
|
|
||
|
static string ld_linux_so_path(int version, bool is32bitElf = false)
|
||
|
{
|
||
|
- char buf[80];
|
||
|
+ char buf[128];
|
||
|
#if (defined(__x86_64__) || defined(__aarch64__)) && !defined(CONFIG_M32)
|
||
|
if (is32bitElf) {
|
||
|
sprintf(buf, "/lib/ld-linux.so.%d", version);
|