Another memory overrun in http-push.c
commiteecc8367f4eaafc8449fc08c4e33f3f8ac474469
authorEygene Ryabinkin <rea-git@codelabs.ru>
Thu, 1 Mar 2007 16:09:12 +0000 (1 19:09 +0300)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Mar 2007 08:10:12 +0000 (2 00:10 -0800)
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