-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Is there a problem with the convert'bytes_to_bool construction in the file main_bench_test.go (although it seems not to have been used in testing)
for _, in := range byteArray {
for i := 7; i > 0; i-- {
if in&(1<<i) > 0 {
X[i] = true
}
}
}
X will be repeatedly overwritten by the top 7 digits
Metadata
Metadata
Assignees
Labels
No labels