Skip to content
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

Upgrade all Windows crates #2823

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Upgrade all Windows crates #2823

merged 3 commits into from
Jan 8, 2025

Conversation

domenukk
Copy link
Member

@domenukk domenukk commented Jan 8, 2025

No description provided.

@@ -600,7 +600,7 @@ pub(crate) unsafe fn setup_ctrl_handler<T: 'static + CtrlHandler>(
compiler_fence(Ordering::SeqCst);

// Log the result of SetConsoleCtrlHandler
let result = SetConsoleCtrlHandler(Some(ctrl_handler), true);
let result = SetConsoleCtrlHandler(Some(Some(ctrl_handler)), true);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTF is this :D

@domenukk domenukk merged commit f774515 into main Jan 8, 2025
102 of 103 checks passed
@domenukk domenukk deleted the fix_win branch January 8, 2025 23:25
mzfr pushed a commit to mzfr/LibAFL that referenced this pull request Jan 19, 2025
* Upgrade all win crates

* wtf

* fix
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.

1 participant