Skip to content

Security Cookie causes non-Send shared libs (on windows) (when upgrading 0.69 - 0.70) #3136

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

Closed
barafael opened this issue Feb 18, 2025 · 2 comments

Comments

@barafael
Copy link
Contributor

While updating from 0.69 to 0.70, a windows build broke, stating that *mut usize is not Send.

The problem lies with the windows security cookie, which is a raw pointer member. So I put it in the blocklist_var.

I'm wondering, is there something that recently changed, surfacing this now? I don't think this is in the changelog, or is it?

@cxw620
Copy link

cxw620 commented Apr 14, 2025

Any update to this issue? I met with this, too.

@barafael
Copy link
Contributor Author

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

No branches or pull requests

2 participants