
27 May
2008
27 May
'08
5:50 a.m.
"Daniel P. Berrange" <berrange@redhat.com> wrote:
This patch coverts the virBuffer code over to using our internal memory allocation wrappers. It then fixes a bug in xend_internal.c where it was failing to check for allocation failure, although this was technically completely harmless, since the virBuffer routines already protected against this specific scenario.
src/buf.c | 16 ++++++---------- src/xend_internal.c | 4 ++++
ACK. Good catch in xend_internal.c