Open
Description
https://github.com/ryao/zfs/security/code-scanning/420
CodeQL says This variable is read, but may not have been written. It should be guarded by a check that the returns at least 1.
. However, that is already being done as part of if (fscanf(f, "%lx", &hostid) != 1)
.