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
Fix node_list_rm_first() and node_list_rm_with_alignment()
Fix checking alignment in the following functions of the coarse library:
- node_list_rm_first() and
- node_list_rm_with_alignment()
In order to check the alignment we have to verify an address
of the block (block->data), not a size (block->size) of course ...
Signed-off-by: Lukasz Dorau <[email protected]>
0 commit comments