Skip to content

Backport upstream changes to master #6

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

Open
wants to merge 8 commits into
base: firefox-vendoring
Choose a base branch
from

Conversation

ibmibmibm
Copy link

@ibmibmibm ibmibmibm commented Dec 16, 2022

  • Update windows crate to 0.42

Be-ing and others added 8 commits December 18, 2022 00:27
Previously, the ALSA backend created a new `Vec<pollfd>` and
immediately called `Vec::set_len`. This exposes uninitialized
`pollfd`s, which causes undefined behaviour. This commit fixes this by
initializing the `Vec` with invalid, but still initialized, `pollfd`s
before filling it. In addition, this commit simplifies the code
slightly by removing the usage of `Vec::into_boxed_slice`.

Fixes Boddlnagg#110.
- Replace memalloc crate dependency with rust std alloc/dealloc
@ibmibmibm ibmibmibm marked this pull request as draft December 18, 2022 10:01
@ibmibmibm ibmibmibm marked this pull request as ready for review December 18, 2022 17:49
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.

7 participants