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

Sync latest v2 into v3 #483

Merged
merged 15 commits into from
Sep 18, 2024
Merged

Sync latest v2 into v3 #483

merged 15 commits into from
Sep 18, 2024

Conversation

struga0258
Copy link
Contributor

Proposed changes

This PR addresses Issue: [Link to Github issue within https://github.com/zowe/zowe-common-c/issues if any]

This PR depends upon the following PRs:

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Change in a documentation
  • Refactor the code
  • Chore, repository cleanup, updates the dependencies.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

PR Checklist

Please delete options that are not relevant.

  • If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
  • My code follows the style guidelines of this project (see: Contributing guideline)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • video or image is included if visual changes are made
  • Relevant update to CHANGELOG.md
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works, or describe a test method below

Testing

Further comments

Martin-Zeithaml and others added 15 commits August 7, 2024 08:55
Signed-off-by: Martin Zeithaml <[email protected]>
Move debug messages out of the loop
When MEMLIMIT is reached, IARV64 GETSTOR returns 0x7FFFF000; this
conditions needs to be checked before memsetting.

Fixes: #474

Signed-off-by: Irek Fakhrutdinov <[email protected]>
IARV64 results need to be checked for 0x7FFFF000
The SLHAlloc function keeps using the results of the internal
allocations even when they're NULL which leads to S0C4 ABENDs. This
commit makes SLHAlloc return NULL when the internal allocations fail.

Signed-off-by: Irek Fakhrutdinov <[email protected]>
SLHAlloc must return NULL when internal allocations fail
This commit extends the config cross-memory service and cross-memory
server's structures responsible for storing parameters to support
parameter names and values longer than 72 and 128 characters
respectively. Backward compatibility is provided by introducing and
using a version field in the config service's parameter list.

Fixes: zowe/zss#684

Signed-off-by: Irek Fakhrutdinov <[email protected]>
Add support for longer cross-memory server parms
Returning internal return code through function argument for 'httpClientSessionInit'
…ternal-rc

Revert "Returning internal return code through function argument for 'httpClientSessionInit'"
@1000TurquoisePogs 1000TurquoisePogs merged commit 16f1749 into v3.x/staging Sep 18, 2024
34 checks passed
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.

8 participants