Skip to content

Commit

Permalink
Merge pull request #705 from bytedance/fix-mmap-twice
Browse files Browse the repository at this point in the history
fix mmap twice
  • Loading branch information
yoloyyh authored Nov 6, 2024
2 parents a40e197 + 84676f3 commit 4d48d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasp/librasp/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ pub trait RuntimeInspect {
match golang_bin_inspect(&path, &elf) {
Ok(res) => {
if res > 0 {
let version = match golang_version(&file, &elf) {
let version = match golang_version(&file, &elf, &bin) {
Ok(v) => {
v
}
Expand Down

0 comments on commit 4d48d28

Please sign in to comment.