Boolean not
kernel does not take offset of null buffer into account
#417
Labels
not
kernel does not take offset of null buffer into account
#417
Describe the bug
The boolean not kernel does use
null_buffer.bits.slice(offset)
which takes a byte offset. This leads to wrong results and possible panics if the offset is not equal to 0.To Reproduce
Expected behavior
The code should not panic and return the correct result by using the
bit_slice
method.The text was updated successfully, but these errors were encountered: