mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Fix freebsd build
This commit is contained in:
parent
8ee7b1762e
commit
298e575f2c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
|||
*mapoff = kv->kve_offset;
|
||||
if (path)
|
||||
{
|
||||
strncpy(path, kb->kve_path, pathlen);
|
||||
strncpy(path, kv->kve_path, pathlen);
|
||||
}
|
||||
ret = elf_map_image(ei, kv->kve_path);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue