Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
Will Murphy 2024-04-24 13:31:08 -04:00
parent 20b692df04
commit 6676bb7459

View file

@ -96,7 +96,7 @@ func (c *lazyUnionReader) readAll() error {
return err
}
c.buf = append(c.buf, buf...)
return nil
return err
}
func (c *lazyUnionReader) ensureReadUntil(offset int64) error {