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

Fixed an inconsistent use of pointers in 64 bit case in dataset creation #389

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

JoeNemo
Copy link
Contributor

@JoeNemo JoeNemo commented Jul 27, 2023

Proposed changes

64 bit pointers to arrays of pointers to text units were inconsistently defined.

This PR addresses Issue:

#388

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

  • [ x] Bug fix (non-breaking change which fixes an issue)

PR Checklist

Please delete options that are not relevant.

  • [ x] If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
  • [ x] My code follows the style guidelines of this project (see: Contributing guideline)
  • [ x] I have added tests that prove my fix is effective or that my feature works, or describe a test method below

Testing

There is a test in zowe-common-c/tests/datasetCreate.c with test data in tests/create1.json. There are instructions at the top of that file.

@1000TurquoisePogs 1000TurquoisePogs merged commit b186413 into v2.x/staging Jul 28, 2023
@1000TurquoisePogs 1000TurquoisePogs deleted the bugfix/dynalloc64_0c4 branch November 28, 2023 14:22
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