edge-sync-service
edge-sync-service copied to clipboard
SPBD Issue: Errors unhandled os.Stdin.Read() Severity: Low
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