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
Edit:
By the way, I can't find where this routine used.
The text was updated successfully, but these errors were encountered:
hfiref0x
changed the title
RpcCommon\Misc.c GetUnloadedLocationInfo, out of range buffer access
RpcCommon/Misc.c GetUnloadedLocationInfo, out of range buffer access
Jan 15, 2019
RpcCommon\Misc.c
RpcView/RpcCommon/Misc.c
Line 222 in c108da2
where
memcpy destination
RpcView/RpcCommon/Misc.h
Line 27 in c108da2
memcpy source
RpcView/RpcCommon/Misc.c
Line 178 in c108da2
memcpy number of bytes to copy = sizeof(pLocationInfo->Location) is 520 bytes.
The 520 bytes copied from source may lead to crash if memory beyond this array is not available.
Split from #17
Edit:
By the way, I can't find where this routine used.
The text was updated successfully, but these errors were encountered: