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
I would like to suggest a test for RESIZE where the size argument is zero.
This is a corner case, but I think it's not disallowed by the standard.
E.g. one can reasonably assume that 100 allocate throw 0 resize throw free throw
doesn't run out of memory or hits other problems, except perhaps that an
implementor didn't consider the zero case.
The text was updated successfully, but these errors were encountered:
I would like to suggest a test for RESIZE where the size argument is zero.
This is a corner case, but I think it's not disallowed by the standard.
E.g. one can reasonably assume that
100 allocate throw 0 resize throw free throw
doesn't run out of memory or hits other problems, except perhaps that an
implementor didn't consider the zero case.
The text was updated successfully, but these errors were encountered: