-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Description
I just tried the new "best" encoder on some data, and found that it panics with a "slice out of bounds" message. The error occurs on the line
Line 218 in 2f99358
b := load3232(src, s+m.length-8) |
where I have
len(src) = 1179648
s = 1179411
m.length = 249
m.s = 1179312
left = 87
s+m.length-8 = 1179652
Metadata
Metadata
Assignees
Labels
No labels