Skip to content

Fix access violation in Handler#240

Closed
Xoffio wants to merge 1 commit into
frida:mainfrom
Xoffio:xo-fix-handler
Closed

Fix access violation in Handler#240
Xoffio wants to merge 1 commit into
frida:mainfrom
Xoffio:xo-fix-handler

Conversation

@Xoffio

@Xoffio Xoffio commented May 20, 2026

Copy link
Copy Markdown
Contributor

This fixes an access violation when Handler has any fields. For example:

If someone declares fields to Handler like:

struct Handler {
    memory_access_list: Arc<Mutex<Vec<(String, HitData)>>>,
}

That used to crash before the fix.

@s1341

s1341 commented May 20, 2026

Copy link
Copy Markdown
Contributor

I don't quite follow your fix. Can you explain it to me?

Also a test would be great!

@Xoffio

Xoffio commented May 23, 2026

Copy link
Copy Markdown
Contributor Author

I'm going to close this. This was fixed on #239

@Xoffio Xoffio closed this May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants