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

Bogus out_uint8p(s, pout, len + 2); is called in rdp_out_unistr() #389

Open
rzookol opened this issue Apr 16, 2021 · 0 comments
Open

Bogus out_uint8p(s, pout, len + 2); is called in rdp_out_unistr() #389

rzookol opened this issue Apr 16, 2021 · 0 comments

Comments

@rzookol
Copy link

rzookol commented Apr 16, 2021

maybe i'm wrong but first we have not initialized pout variable

unsigned char *pout;

and later code puts (random) bytes from this pointer to the stream:
out_uint8p(s, pout, len + 2);

Is is just for doing "fseek" in the stream? Looks bad.

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

No branches or pull requests

1 participant