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

open-iscsi: update to 2.1.4. #29607

Closed
wants to merge 1 commit into from

Conversation

ailiop-git
Copy link
Contributor

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

@ericonr
Copy link
Member

ericonr commented Apr 11, 2021

 session.c: In function 'iscsi_sessions_get':
session.c:294:14: error: implicit declaration of function 'reallocarray' [-Werror=implicit-function-declaration]
  294 |  *sessions = reallocarray(*sessions, *session_count, sizeof(struct iscsi_session *));

either add an inline definition of the function as a patch (acceptable) or wait for musl 1.2.2

@paper42
Copy link
Member

paper42 commented Feb 12, 2022

already done

@paper42 paper42 closed this Feb 12, 2022
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.

None yet

3 participants