edge-sync-service icon indicating copy to clipboard operation
edge-sync-service copied to clipboard

SPBD Issue: Errors unhandled os.Stdin.Read() Severity: Low

Open peeksake opened this issue 3 years ago • 0 comments

Static scan results of ESS on 7/22 revealed the following error, and per @dabooz

/tmp/edge/repos/codescans/edge-sync-service/cmd/embedded-receive-file/main.go 
Errors unhandled.
buffer := make([]byte, 10)
os.Stdin.Read(buffer)
goOn = false

peeksake avatar Jul 29 '21 16:07 peeksake