cavaliergopher / rpm

A Go implementation of the RPM file format
BSD 3-Clause "New" or "Revised" License
169 stars 44 forks source link

Readall instead of read method. Fix working with some rpms. #4

Closed bayrinat closed 7 years ago

bayrinat commented 7 years ago

There is ErrBadIndexLength in some cases because of not full reading from input reader.