From: Junio C Hamano Date: Tue, 29 Nov 2016 21:27:55 +0000 (-0800) Subject: Merge branch 'jk/daemon-path-ok-check-truncation' into maint X-Git-Tag: v2.10.3~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aa22ef8a80997771d8a1f3e329139637e1ee63ec Merge branch 'jk/daemon-path-ok-check-truncation' into maint "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 --- aa22ef8a80997771d8a1f3e329139637e1ee63ec