We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libcds/cds/intrusive/skip_list_nogc.h
Lines 356 to 369 in 44c052b
m_nMinHeight must not be less than m_nMaxHeight. This could be possible with custom random generator [0..n], n < 3.
Possibly leading to segmentation fault.
The text was updated successfully, but these errors were encountered:
@eugenyk please be aware that we raised this issue
Sorry, something went wrong.
No branches or pull requests
libcds/cds/intrusive/skip_list_nogc.h
Lines 356 to 369 in 44c052b
m_nMinHeight must not be less than m_nMaxHeight. This could be possible with custom random generator [0..n], n < 3.
Possibly leading to segmentation fault.
The text was updated successfully, but these errors were encountered: