We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917c4da commit e8c1a0fCopy full SHA for e8c1a0f
pandas/io/sas/sas.pyx
@@ -27,7 +27,7 @@ cdef const uint8_t[:] rle_decompress(int result_length, const uint8_t[:] inbuff)
27
end_of_first_byte = <int>(inbuff[ipos] & 0x0F)
28
ipos += 1
29
30
- if control_byte == 0x00 and ipos < length:
+ if control_byte == 0x00:
31
nbytes = <int>(inbuff[ipos] & 0xFF) + 64 + end_of_first_byte * 256
32
33
for _ in range(nbytes):
0 commit comments