Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Integer underflow causes HUGE space() in sendGeneric() (#381)
A mesgtime of zero (or less than the elapsed time to send a message) tickled a bug in `sendGeneric()` due to the subtraction of two unsigned values resulting in a negative number. This bug isn't catchable with our current unit test setup. This was discovered by "on hardware" testing.
- Loading branch information