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
There are a number of potential overflows in the sending code if the specified bad values, such as heap IDs or item IDs that don't fit in the available number of bits, heaps that are bigger than can be encoded in the available bits, and so on. These should throw exceptions.
The text was updated successfully, but these errors were encountered:
For implicit heap cnts, wrap around when overflowing. For explicitly
provided values, report an error.
Also ensure that async_send_heap doesn't call the handler before
returning.
Relates to #3.
There are a number of potential overflows in the sending code if the specified bad values, such as heap IDs or item IDs that don't fit in the available number of bits, heaps that are bigger than can be encoded in the available bits, and so on. These should throw exceptions.
The text was updated successfully, but these errors were encountered: