[PATCH XENSTORE v1 01/10] xenstore: add missing NULL check

2021-03-03 Thread Ian Jackson
Norbert Manthey writes ("[PATCH XENSTORE v1 01/10] xenstore: add missing NULL check"): > In case of allocation error, we should not dereference the obtained > NULL pointer. Hence, fail early. > > This bug was discovered and resolved using Coverity Static Analysis > S

Re: [PATCH XENSTORE v1 01/10] xenstore: add missing NULL check

2021-03-01 Thread Jürgen Groß
On 26.02.21 15:41, Norbert Manthey wrote: In case of allocation error, we should not dereference the obtained NULL pointer. Hence, fail early. This bug was discovered and resolved using Coverity Static Analysis Security Testing (SAST) by Synopsys, Inc. Signed-off-by: Norbert Manthey Reviewed-b

[PATCH XENSTORE v1 01/10] xenstore: add missing NULL check

2021-02-26 Thread Norbert Manthey
In case of allocation error, we should not dereference the obtained NULL pointer. Hence, fail early. This bug was discovered and resolved using Coverity Static Analysis Security Testing (SAST) by Synopsys, Inc. Signed-off-by: Norbert Manthey Reviewed-by: Thomas Friebel Reviewed-by: Julien Grall