2011/3/3 Eric Blake <eblake(a)redhat.com>:
On 03/03/2011 02:24 PM, Matthias Bolte wrote:
> Passwords are allowed to contain <, >, &, ', " characters.
> Those need to be replaced by the corresponding entities.
>
> Reported by Hereward Cooper.
> ---
> src/esx/esx_driver.c | 28 ++++++++++++++++++++++------
> src/esx/esx_util.c | 19 +++++++++++++++++++
> src/esx/esx_util.h | 2 ++
> 3 files changed, 43 insertions(+), 6 deletions(-)
ACK.
Thanks, pushed.
Matthias