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
e.g. for leaves_count == 4 this will return 3, whereas it should be 2.
This bug doesn't seem to open any exploitable vectors, it only causes to allocate memory for a non-existent layer.
It is still a good idea to fix this.
The text was updated successfully, but these errors were encountered:
currently tree depth is incorrectly calculated for power-of-two leaf count. it is +1 than what it should be.
e.g. for
leaves_count == 4
this will return3
, whereas it should be2
.This bug doesn't seem to open any exploitable vectors, it only causes to allocate memory for a non-existent layer.
It is still a good idea to fix this.
The text was updated successfully, but these errors were encountered: