
15 Dec
2009
15 Dec
'09
1:54 a.m.
Matthias Bolte wrote:
2009/12/14 Jim Meyering <jim@meyering.net>:
Subject: [PATCH] libvirtd: avoid a NULL dereference on error path
* daemon/libvirtd.c (qemudDispatchServer): Since "client" may be NULL in the "cleanup:" block, free client->rx only when it's not. ACK
Thanks for the reviews. I've pushed those two.