From: Junio C Hamano Date: Thu, 27 Oct 2016 21:58:50 +0000 (-0700) Subject: Merge branch 'jk/daemon-path-ok-check-truncation' X-Git-Tag: v2.11.0-rc0~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ee87d47b364cdaf78badefb3f7044b8074ed1550 Merge branch 'jk/daemon-path-ok-check-truncation' "git daemon" used fixed-length buffers to turn URL to the repository the client asked for into the server side directory path, using snprintf() to avoid overflowing these buffers, but allowed possibly truncated paths to the directory. This has been tightened to reject such a request that causes overlong path to be required to serve. * jk/daemon-path-ok-check-truncation: daemon: detect and reject too-long paths --- ee87d47b364cdaf78badefb3f7044b8074ed1550