]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
Another memory overrun in http-push.c
authorEygene Ryabinkin <rea-git@codelabs.ru>
Thu, 1 Mar 2007 16:09:12 +0000 (19:09 +0300)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Mar 2007 08:10:12 +0000 (00:10 -0800)
commiteecc8367f4eaafc8449fc08c4e33f3f8ac474469
treeca045645ea44e54960e62c06186c2e490d3fdbea
parent0df56eabf2cde83cb63c4acd7da2346c34220ac0
Another memory overrun in http-push.c

Use of strlcpy() are wrong, as the source buffer at these
locations may not be NUL-terminated.
http-push.c