matrix-static
matrix-static copied to clipboard
Sanity check API parameters
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)