[PATCH XENSTORE v1 05/10] xenstore: handle daemon creation errors

2021-03-03 Thread Ian Jackson
Norbert Manthey writes ("[PATCH XENSTORE v1 05/10] xenstore: handle daemon creation errors"): > In rare cases, the path to the daemon socket cannot be created as it is > longer than PATH_MAX. Instead of failing with a NULL pointer dereference, > terminate the application wi

Re: [PATCH XENSTORE v1 05/10] xenstore: handle daemon creation errors

2021-03-01 Thread Jürgen Groß
On 26.02.21 15:41, Norbert Manthey wrote: In rare cases, the path to the daemon socket cannot be created as it is longer than PATH_MAX. Instead of failing with a NULL pointer dereference, terminate the application with an error message. This bug was discovered and resolved using Coverity Static

[PATCH XENSTORE v1 05/10] xenstore: handle daemon creation errors

2021-02-26 Thread Norbert Manthey
In rare cases, the path to the daemon socket cannot be created as it is longer than PATH_MAX. Instead of failing with a NULL pointer dereference, terminate the application with an error message. This bug was discovered and resolved using Coverity Static Analysis Security Testing (SAST) by Synopsys