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
Valgrind complains that the "Conditional jump or move depends on uninitialized value". This is very annoying, because the message will fill the valgrind logs when testing code that uses picotls.
I think this could be fixed by changing the declaration to unsigned leaf_cnt = 0;.
The text was updated successfully, but these errors were encountered:
The code of the function is:
Valgrind complains that the "Conditional jump or move depends on uninitialized value". This is very annoying, because the message will fill the valgrind logs when testing code that uses picotls.
I think this could be fixed by changing the declaration to
unsigned leaf_cnt = 0;
.The text was updated successfully, but these errors were encountered: