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

upgrades x11-dl to 2.18.5 to fix #376 #1517

Merged

Conversation

matthew-russo
Copy link
Contributor

@matthew-russo matthew-russo commented Mar 26, 2020

x11-dl was using std::mem::uninitialized incorrectly and when
rustlang added MaybeUninit and intrinsic panics on UB caused
by improper use of uninitialized (see rust-lang/rust/pull/69922)
it caused issues with X11 initialization. x11-dl pr
AltF02/x11-rs/pull/101 updated x11-dl to use MaybeUninit
correctly

fixes #376

  • Tested on all platforms changed
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch
  • cargo doc builds successfully
  • [NA] Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • [NA] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • [NA] Created or updated an example program if it would help users understand this functionality
  • [NA] Updated feature matrix, if new features were added or implemented

x11-dl was using std::mem::uninitialized incorrectly and when
rustlang added MaybeUninit and intrinsic panics on UB caused
by improper use of uninitialized (see rust-lang/rust/pull/69922)
it caused issues with X11 initialization. x11-dl pr
AltF02/x11-rs/pull/101 updated x11-dl to use MaybeUninit
correctly
@murarth murarth merged commit 28023d9 into rust-windowing:master Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Crash in Xlib_xcb in release
2 participants