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).
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).