tap_v2: coverity strikes, again! 96/9696/2
authorSteven <sluong@cisco.com>
Sun, 3 Dec 2017 04:17:27 +0000 (20:17 -0800)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 4 Dec 2017 11:27:03 +0000 (11:27 +0000)
commit37eba0db4262eb5cb63be8911f1af845b845739b
tree4c392910ebc55e84d6f1446e3725476c27a4eb56
parent87c30d9c1072a3305d0385e9ba8eb1b60fb068ce
tap_v2: coverity strikes, again!

fd is not close when IOCTL encounters an error which causes resource
leak. The fix is to initialize fd to -1. At return, close fd if
it has a valid value.

Change-Id: I53c4f5c71ca0f556fb6586f5849e7cb622632d8f
Signed-off-by: Steven <sluong@cisco.com>
src/vnet/devices/virtio/tap.c