This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Commit 1c10f4f
committed
Fix support for long paths
Increases size of the line buffer in allocate_trampoline_table function,
which is used for /proc/self/maps processing, so it can support longer
file paths.
Theoretically, 64 + 4096 (PATH_MAX) bytes should be enough, but
the buffer size is increased to 8192 bytes, similarly to the buffer
in get_name_from_proc_maps function (intercept.c).
Ref: #1091 parent f7cebb7 commit 1c10f4f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
0 commit comments