-
-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update stable to 0.7.4 with patches #4734
base: stable
Are you sure you want to change the base?
Conversation
3b1b73f
to
4158efc
Compare
399605c
to
97f671d
Compare
* Fix NetBSD 10 build * It's TRAP_BRKPT, not TRAP_BKPT
Use the p_stat of the main thread to decide in which state the process is. For multi-threaded applications this is still not quite correct but at least this compiles on OpenBSD-current. See also openbsd/ports@5d4f90e Fix for #4576
* Use Python venv on OpenBSD * Activate venv after setting PATH
97f671d
to
3b50ce2
Compare
m
which does not exist
i think you need to cherrypick also the changes for the CI made by @kazarmy |
3b50ce2
to
198364e
Compare
198364e
to
cc52d55
Compare
Everything works except
We should make it working with two branches too, like |
i think it can be merged even without bindgen |
given that everything is green besides bindgen, i think we can merge? |
No, lets fix bindgen first. |
I created |
DO NOT SQUASH
Your checklist for this pull request
Detailed description
Import some security fixes from
dev
.Blocked on rizinorg/rz-bindgen#66
Test plan
CI is green