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

Fix openssl compilation flags to prevent DLL pinning #451

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented Apr 8, 2024

DLL pinning prevents NetBox from unloading when FreeLibrary is called. This results in global / static local variables not being cleared on reload.

This pull request fixes a bug mentioned here

DLL pinning prevents NetBox from unloading when FreeLibrary is called.
This results in global / static local variables not being cleared on reload.
Copy link

sonarcloud bot commented Apr 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@michaellukashov michaellukashov merged commit 62285d5 into michaellukashov:main Apr 10, 2024
2 checks passed
@ssvine ssvine deleted the fix-dll-unload branch April 10, 2024 16:58
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