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
unfoildrN{,M} now uses Unknown allocation strategy
Before functions allocated array of maximum size immediately. This is problem in
case when attacker controls size parameter and could lead to DoS. It's also
problem when size parameter is just a limit vector is usually shorter. Usual
doubling strategy looks more conservative in this function.
Fixes#301
0 commit comments