Repair a leak of a FILE. The FILE contains a fd via fdopen(), the
authorderaadt <deraadt@openbsd.org>
Sat, 21 May 2022 13:54:19 +0000 (13:54 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 21 May 2022 13:54:19 +0000 (13:54 +0000)
commitb46cfa51b3d34fbeca791eb6d3996c4c0e51d02a
tree3d3889fb9c93bccc55cef8c1b15977f3391fc53d
parent884131c6e8e1474f8a14e053300981500e4d5f2d
Repair a leak of a FILE.  The FILE contains a fd via fdopen(), the
handling of the fd is correct, so this temporary fdopen now must use
a dup() so we can fclose().
ok otto
sbin/resolvd/resolvd.c