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
Afrter m_arrNext = nullptr and before m_nHeight = 1 call of method next(uint nLevel) will cause segmentation fault. This to lines should be in reverse order
The text was updated successfully, but these errors were encountered:
@kazachkovaanna, in case of pull request with bugfix and stress or unit test, which show the bug, your brigade will be awarded an excellent mark on exam
And a piece of advice: issue title should be more special, in your case now all segmentation faults in whole library can be addressed to your issue by name
libcds/cds/intrusive/skip_list_nogc.h
Lines 55 to 61 in 44c052b
Afrter m_arrNext = nullptr and before m_nHeight = 1 call of method next(uint nLevel) will cause segmentation fault. This to lines should be in reverse order
The text was updated successfully, but these errors were encountered: