1
0
mirror of https://github.com/simh/simh.git synced 2026-02-28 09:18:31 +00:00
Files
simh.simh/sim_ether.c
Mark Pizzolato 5e46b298f1 ETHER: Silence several Coverity warnings.
Most were noise and non-issues, but the change from fclose() to
pclose() was absolutely needed.

A false positive remains regarding tun variable going out of scope.
Under the conditions where a resource leak could occur, the tun
variable is saved in *fd_handle and thus not leaked.
2020-08-08 17:52:04 -07:00

163 KiB