interface: fix udev backend use after free
udevIfaceListAllInterface() used the udev_device after it had its ref count decremented which results in a use after free issue.
Showing
想要评论请 注册 或 登录
udevIfaceListAllInterface() used the udev_device after it had its ref count decremented which results in a use after free issue.