go
io_error
official
true
io.ErrShortBuffer
ID: go/io-errshortbuffer
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
Read buffer was too small to hold the data. Use a larger buffer or io.ReadFull.
generic