silverf0x / RpcView

RpcView is a free tool to explore and decompile Microsoft RPC interfaces
GNU General Public License v3.0
918 stars 250 forks source link

Handle OS_ALLOC heap allocation potential failure in InitDecompilerInfo #31

Closed hfiref0x closed 5 years ago

hfiref0x commented 5 years ago

OS_ALLOC might fail to allocate memory from heap which will lead to memcpy further failure and crash.