You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getUseridByExternalInfo function in c/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 use FREE_STRUCT31 for every exit point (which we should probably make fewer of).
The text was updated successfully, but these errors were encountered:
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.
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: