Bug 28070 - extend vma end address to the different module
Summary: extend vma end address to the different module
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: runtime (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-09 15:24 UTC by lijunlong
Modified: 2021-08-19 18:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments
module was always NULL when compare to ori_module, should change to ori_path and compare path with ori_path (528 bytes, text/plain)
2021-07-09 15:24 UTC, lijunlong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lijunlong 2021-07-09 15:24:35 UTC
Created attachment 13551 [details]
module was always NULL when compare to ori_module, should change to ori_path and compare path with ori_path

in function _stp_vma_mmap_cb, ​the variable module was set to NULL
when compare with ori_mod, it is still NULL that was not expected.
change ori_mod to ori_path and compare the ori_path with path should resolve the problem.
Comment 1 Stan Cox 2021-08-19 18:04:54 UTC
commit: 2eb7fdfdb