Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RpcDecompiler/RpcDecompiler.cpp RpcDecompilerPrintHiddenFUProcedure, expression is always false #29

Closed
hfiref0x opened this issue Jan 15, 2019 · 0 comments

Comments

@hfiref0x
Copy link
Contributor

There is an always false expression in RpcDecompiler/RpcDecompiler.cpp RpcDecompilerPrintHiddenFUProcedure function.

The following expression is always false

if (bResult == FALSE) goto End;

because bResult was already checked against FALSE at line

if (bResult == FALSE) goto End;

and bResult wasn't changed before second check.

Perhaps there is a misprint here or some other variable should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant