[libvirt] [PATCH] sanlock: Use STREQ_NULLABLE instead of STREQ on strings that may be null

Peter Krempa pkrempa at redhat.com
Thu Mar 8 11:02:21 UTC 2012


On 03/07/2012 05:04 PM, Eric Blake wrote:
> On 03/07/2012 07:30 AM, Peter Krempa wrote:
>> The function sanlock_inquire can return NULL in the state string if the
>> message consists only of a header. The return value is arbitrary and
>> sent by the server. We should proceed carefully while touching such
>> pointers.
>> ---
>>   src/locking/lock_driver_sanlock.c |    4 ++--
>>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> ACK.
>

Pushed; Thanks.

Peter




More information about the libvir-list mailing list