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
elseif(confDesc.corrDesc.correlation_type & FC_POINTER_CONFORMANCE) // case of FC_TOP_LEVEL_MULTID_CONFORMANCE
The last one is always false and probably copy-paste misprint, judging from comment. Condition should be FC_TOP_LEVEL_MULTID_CONFORMANCE but not FC_POINTER_CONFORMANCE as it was checked before.
The text was updated successfully, but these errors were encountered:
There is a logical error in conditional statement in processCorrelationDescriptorNaked function.
The condition is an if(condition1) else if(condition2) else if(condition3).
It starts with
RpcView/RpcDecompiler/InternalComplexTypesMisc.cpp
Line 511 in c108da2
next "else if"
RpcView/RpcDecompiler/InternalComplexTypesMisc.cpp
Line 523 in c108da2
next "else if"
RpcView/RpcDecompiler/InternalComplexTypesMisc.cpp
Line 549 in c108da2
The last one is always false and probably copy-paste misprint, judging from comment. Condition should be FC_TOP_LEVEL_MULTID_CONFORMANCE but not FC_POINTER_CONFORMANCE as it was checked before.
The text was updated successfully, but these errors were encountered: