
29 Jan
2010
29 Jan
'10
8:44 p.m.
Matthias Bolte wrote:
Subject: [PATCH] util.c (virGetUserEnt): don't use a negative value as allocation size
* src/util/util.c (virGetUserEnt): In the unlikely event that sysconf(_SC_GETPW_R_SIZE_MAX) fails, don't use -1 as the size in the subsequent allocation. ... ACK.
Thanks. Pushed.