Re: [PATCH XENSTORE v1 09/10] xs: handle daemon socket error

2021-03-04 Thread Ian Jackson
Norbert Manthey writes ("Re: [PATCH XENSTORE v1 09/10] xs: handle daemon socket error"): > On 3/3/21 5:13 PM, Ian Jackson wrote: > > Norbert Manthey writes ("[PATCH XENSTORE v1 09/10] xs: handle daemon socket > > error"): > >> When starting the daemon

Re: [PATCH XENSTORE v1 09/10] xs: handle daemon socket error

2021-03-04 Thread Norbert Manthey
On 3/3/21 5:13 PM, Ian Jackson wrote: > CAUTION: This email originated from outside of the organization. Do not click > links or open attachments unless you can confirm the sender and know the > content is safe. > > > > Norbert Manthey writes ("[PATCH XENSTORE v1 09/10] xs: handle daemon socket

Re: [PATCH XENSTORE v1 09/10] xs: handle daemon socket error

2021-03-03 Thread Ian Jackson
Norbert Manthey writes ("[PATCH XENSTORE v1 09/10] xs: handle daemon socket error"): > When starting the daemon, we might see a NULL pointer instead of the > path to the socket. > > Only relevant in case we start the process in a very deep directory > path, with a length close to 4096 so that app

Re: [PATCH XENSTORE v1 09/10] xs: handle daemon socket error

2021-03-01 Thread Jürgen Groß
On 26.02.21 15:41, Norbert Manthey wrote: When starting the daemon, we might see a NULL pointer instead of the path to the socket. Only relevant in case we start the process in a very deep directory path, with a length close to 4096 so that appending "/socket" would exceed the limit. Hence, such