By feeding random data to the GSE defragmenter I have found that it panics occasionally. It seems that it happens when the GSE total length is smaller than the header length, which causes the beginning index of the data slice to be larger than the end index.
By feeding random data to the GSE defragmenter I have found that it panics occasionally. It seems that it happens when the GSE total length is smaller than the header length, which causes the beginning index of the data slice to be larger than the end index.