Files
containerd/metadata
Derek McGowan b9cf0d75a9 Fix panic in metadata content writer on copy error
The `createAndCopy` function is only called when `nw.w` is nil
in order to create a new writer and prepare it. The current code
is attempting to close `nw.w` when there is a copy error. The
correct behavior would be to close the new writer and not touch `nw.w`.

Signed-off-by: Derek McGowan <derek@mcg.dev>
2021-09-23 10:29:52 -07:00
..
2021-04-11 19:32:46 -07:00
2018-09-12 15:23:57 -07:00
2019-09-26 13:02:03 +08:00
2019-07-18 11:16:46 -07:00
2019-07-18 11:16:46 -07:00
2020-01-07 14:59:20 -08:00