1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-27 04:37:02 +00:00
Files
open-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