
2 Nov
2011
2 Nov
'11
5:33 a.m.
On 02.11.2011 06:17, Wen Congyang wrote:
commit 27908453 introduces a regression, and it will cause libvirt crashed when starting network.
The reason is that tapfd may be NULL, but we dereference it without checking whether it is NULL.
--- src/util/bridge.c | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-)
ACK Michal