From: Jon Griffiths Date: Tue, 23 Feb 2016 07:15:41 +0000 (-0500) Subject: credential-cache--daemon: disallow relative socket path X-Git-Tag: v2.8.0-rc0~15^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bd93b8d9becb01d21871b63e34c2e824c60b1e8c?hp=bd93b8d9becb01d21871b63e34c2e824c60b1e8c credential-cache--daemon: disallow relative socket path Relative socket paths are dangerous since the user cannot generally control when the daemon starts (initially, after a timeout, kill or crash). Since the daemon creates but does not delete the socket directory, this could lead to spurious directory creation relative to the users cwd. Suggested-by: Jeff King Signed-off-by: Jon Griffiths Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---