Skip to content

runtime: Fix close() of potentially uninitialized fd

Simon McVittie requested to merge wip/smcv/uninitialized into master

Detected by gcc 11.

Fixes: 53f735d2 "pv-runtime: Add a fast-path for drivers that are symlinked or hardlinked"

Merge request reports