1
0
mirror of https://github.com/containers/image.git synced 2025-07-29 06:21:18 +03:00
Files
image/pkg/blobinfocache/sqlite
Adam Eijdenberg bcbb44651e fix: handle error on Close() of writable objects
For objects (particularly files) that we write to, we need to check the
return value of f.Close() and pass error back to the caller if this
fails.

Signed-off-by: Adam Eijdenberg <adam@continusec.com>
2025-02-28 20:20:50 +00:00
..