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:
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: