Fix potential out-of-bounds read in CopyFrom1Bit function
Compare changes
+ 5
− 7
@@ -51,19 +51,17 @@ static void CopyFrom1Bit(void * __restrict voiddst, const void* __restrict voids
Fix potential out-of-bounds read in CopyFrom1Bit function, note that this function is not currently used anywhere.