runner.go: Check for zero length images
If we get a request with a zero length image, it will result in an out-of-bounds error when we pass the data to the image encoder.
Showing
Please register or sign in to comment
If we get a request with a zero length image, it will result in an out-of-bounds error when we pass the data to the image encoder.