[libvirt] [PATCH] network/bridge_driver.c: avoid potential NULL-dereference

Jim Meyering jim at meyering.net
Thu Jan 7 13:28:58 UTC 2010


Matthias Bolte wrote:
>> diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c
...
>> -    if (argv) {
>> +    if (*argv) {
...
> ACK.

Thanks. Pushed.




More information about the libvir-list mailing list