Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When count is 0 and the highbit is not zero, the ebitmap is not valid and the internal node is not allocated. This causes issues when routines, like mls_context_isvalid() attempt to use the ebitmap_for_each_bit() and ebitmap_node_get_bit() as they assume a highbit > 0 will have a node allocated. Signed-off-by: William Roberts <[email protected]> Signed-off-by: Paul Moore <[email protected]>
- Loading branch information