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

musl: backport reallocarray. #31096

Merged
merged 1 commit into from May 24, 2021
Merged

musl: backport reallocarray. #31096

merged 1 commit into from May 24, 2021

Conversation

ericonr
Copy link
Member

@ericonr ericonr commented May 24, 2021

It's in POSIX-future and some applications have started depending on it.
It's easier to backport into musl than fix each individual package.

Since we are adding a new interface to libc, update common/shlibs entry
as well. This should probably have been done for all musl updates.

@q66

General

Have the results of the proposed changes been tested?

  • I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  • I generally don't use the affected packages but briefly tested this PR

It's in POSIX-future and some applications have started depending on it.
It's easier to backport into musl than fix each individual package.

Since we are adding a new interface to libc, update common/shlibs entry
as well. This should probably have been done for all musl updates.

And since we are here, also backport:
- isascii fix (removes the need for a patch in fceux)
- make epoll a cancellation point (fixes a bug in jack pipewire utilities)
@ericonr ericonr merged commit beb3f7f into void-linux:master May 24, 2021
@ericonr ericonr deleted the realloc branch May 24, 2021 21:45
sgn pushed a commit that referenced this pull request Jul 15, 2021
Update revision to make it pick up reallocarray patch from #31096

Related: #31774

Couldn't build #31973 locally without this (even without that patch).

[ci skip]
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant