Age | Commit message (Collapse) | Author |
|
|
|
clarified handling of alloc/free responsibility for queued incoming cells
|
|
|
|
Patch from "NewEraCracker." Fixes bug16030; bugfix on 0.2.6.2-alpha.
|
|
|
|
|
|
|
|
channel_write_*_cell() can delete its argument, so coverity doesn't
like us doing pointer comparison against that argument later.
Silly.
|
|
|
|
|
|
|
|
When comparing 64-bit types, you need to use tt_[ui]64_op().
Found by Jenkins
|
|
support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a test_channel.c bug
|
|
|
|
|
|
|
|
|
|
functions
|