Bugzilla – Bug 2539
emu-fd-net-device-helper.cc dead assignment
Last modified: 2016-11-07 21:16:51 UTC
Created attachment 2657 [details] patch Very simple fix, remember that execlp should not return. Just read somewhere the status variable.
There is the same problem on src/fd-net-device/helper/tap-fd-net-device-helper.cc ; if I get an ok, I will push the same changes for both files.
This seems uncontroversial, so I would recommend to push in a day or two if no comments received.
Thank you for the fix. Committed in changeset bc96ed291d1e.