Re: [PATCH 1/8] vchan-socket-proxy: Ensure UNIX path NUL terminated

2020-06-13 Thread Marek Marczykowski-Górecki
On Sun, May 24, 2020 at 10:49:48PM -0400, Jason Andryuk wrote: > Check the socket path length to ensure sun_path is NUL terminated. > > This was spotted by Citrix's Coverity. > > Signed-off-by: Jason Andryuk Reviewed-by: Marek Marczykowski-Górecki > --- > tools/libvchan/vchan-socket-proxy.c

[PATCH 1/8] vchan-socket-proxy: Ensure UNIX path NUL terminated

2020-05-24 Thread Jason Andryuk
Check the socket path length to ensure sun_path is NUL terminated. This was spotted by Citrix's Coverity. Signed-off-by: Jason Andryuk --- tools/libvchan/vchan-socket-proxy.c | 12 1 file changed, 12 insertions(+) diff --git a/tools/libvchan/vchan-socket-proxy.c b/tools/libvchan/