matrix-static icon indicating copy to clipboard operation
matrix-static copied to clipboard

Sanity check API parameters

Open michaelkaye opened this issue 7 years ago • 0 comments

We don't validate that page is >= 0, so we can panic when we attempt to access negative indices in an array.

panic: runtime error: slice bounds out of range

goroutine 61 [running]: main.RoomMembersJob.Work(0xc4203ae0fe, 0x1e, 0xfffffffffffffffe, 0x14, 0xc420de00c0) /home/matrixstatic/matrix-static/src/github.com/t3chguy/matrix-static/job-room-members.go:41 +0x687 main.(*RoomMembersJob).Work(0xc421ae0420, 0xc420de00c0) :7 +0x72 main.(*Worker).Start(0xc420de00c0) /home/matrixstatic/matrix-static/src/github.com/t3chguy/matrix-static/workers.go:38 +0x75 created by main.NewWorker /home/matrixstatic/matrix-static/src/github.com/t3chguy/matrix-static/workers.go:88 +0x141

michaelkaye avatar Aug 03 '18 09:08 michaelkaye