Skip to content

Commit

Permalink
fix mmap twice
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed Nov 6, 2024
1 parent 457a5e8 commit 84676f3
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 84676f3

Please sign in to comment.