Hi,
I wanted to implement a signal backup reader/writer in Go, so it was a delight to see it here :)
Trying to decrypt an archive from 2018-04-01, I got a panic accessing an out of range slice item.
Another archive from 2018-06-18 (on another phone) was fine.
Detailed description
Hi, I wanted to implement a signal backup reader/writer in Go, so it was a delight to see it here :) Trying to decrypt an archive from 2018-04-01, I got a panic accessing an out of range slice item. Another archive from 2018-06-18 (on another phone) was fine.
Full relevant output