Re: [Libguestfs] [PATCH v2] RHBZ#1406906: check return value of Python object functions

2017-05-15 Thread Pino Toscano
On Thursday, 11 May 2017 20:21:39 CEST Matteo Cafasso wrote: > Verify the returned values of Python Object constructor functions > are not NULL before adding them to a collection. > > This is particularly relevant when constructing Unicode strings in > Python 3 as they will return NULL if non

[Libguestfs] [PATCH v2] RHBZ#1406906: check return value of Python object functions

2017-05-11 Thread Matteo Cafasso
Verify the returned values of Python Object constructor functions are not NULL before adding them to a collection. This is particularly relevant when constructing Unicode strings in Python 3 as they will return NULL if non UTF-8 characters are present. Signed-off-by: Matteo Cafasso