-
Notifications
You must be signed in to change notification settings - Fork 30
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
getUseridByExternalInfo can leak under LE 64-bit #467
Comments
Gautham-coder
added a commit
that referenced
this issue
Aug 28, 2024
Signed-off-by: Gautham Kuppuswamy <gkuppuswamy@rocketsoftware.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but can be reopened if needed. Thank you for your contributions. |
Please ignore the commit reference done earlier by me. It is not related to this ticket. |
This was referenced Feb 10, 2025
Fixed in zowe-common-c v2 and v3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The
getUseridByExternalInfo
function inc/rsusermap.c
will leak storage in case a bad function code is provided and the code is compiled for LE 64-bit. The function needs to useFREE_STRUCT31
for every exit point (which we should probably make fewer of).The text was updated successfully, but these errors were encountered: