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

Random sequence of non-zero bytes generator #53

Closed
orignal opened this issue Apr 6, 2014 · 0 comments
Closed

Random sequence of non-zero bytes generator #53

orignal opened this issue Apr 6, 2014 · 0 comments

Comments

@orignal
Copy link
Contributor

orignal commented Apr 6, 2014

TunnelGateway.cpp line 140
memset (buf + 24, 1, paddingSize);

This buffer must be filled with random non-zero bytes.
Due non-zero requirement, we can't use random data generator in place, so it must be prepared somewhere else.

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