Rahul Ramaka
Results
2
issues of
Rahul Ramaka
In [generic_malloc.c](https://github.com/stephenrkell/liballocs/blob/master/src/allocators/generic_malloc.c#L510): `bitmap_clear_l(bitmap, ((uintptr_t) userptr - (uintptr_t) info->bitmap_base_addr) / (MALLOC_ALIGN * BITMAP_WORD_NBITS))` ...wouldn't dividing by `BITMAP_WORD_NBITS` not give us the intended bit index but instead the bitmap index within `bitmap_word_t...
Change dfs-stack to not include break in inner loop Commented out break statement because it is not necessary. All vertices in an adjacency matrix can be added to the stack...