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

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

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

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

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

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