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.11.1~67^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa22ef8a80997771d8a1f3e329139637e1ee63ec;p=thirdparty%2Fgit.git 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