
16 Dec
2009
16 Dec
'09
1:39 p.m.
Matthias Bolte wrote:
From f34c4395b9b16965705f9158ac90e59c37b04507 Mon Sep 17 00:00:00 2001 Subject: [PATCH] esx_util.c: avoid NULL deref for invalid inputs
* src/esx/esx_util.c (esxUtil_ParseDatastoreRelatedPath): Return right away for invalid inputs, rather than using them (which would dereference NULL pointers) in clean-up code.
ACK.
Thanks for the reviews. I've pushed that as well as the esx_vi.c change.