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

Add support for longer cross-memory server parms (Zowe v3) #480

Closed
wants to merge 2 commits into from

Conversation

ifakhrutdinov
Copy link
Contributor

This is the v3 counterpart of #457.

@ifakhrutdinov ifakhrutdinov force-pushed the bugfix/long-parm-support branch 2 times, most recently from dc204a5 to 8c79bbc Compare September 12, 2024 12:28
@ifakhrutdinov ifakhrutdinov changed the title Add support for longer cross-memory server parms Add support for longer cross-memory server parms (Zowe v3) Sep 12, 2024
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]>
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]>
@ifakhrutdinov
Copy link
Contributor Author

Already merged from v2.x by @1000TurquoisePogs, closing.

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.

1 participant