author | Eygene Ryabinkin <rea-git@codelabs.ru> | |
Thu, 1 Mar 2007 16:09:12 +0000 (19:09 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 2 Mar 2007 08:10:12 +0000 (00:10 -0800) | ||
commit | eecc8367f4eaafc8449fc08c4e33f3f8ac474469 | |
tree | ca045645ea44e54960e62c06186c2e490d3fdbea | tree | snapshot |
parent | 0df56eabf2cde83cb63c4acd7da2346c34220ac0 | commit | diff |
Another memory overrun in http-push.c
Use of strlcpy() are wrong, as the source buffer at these
locations may not be NUL-terminated.
Use of strlcpy() are wrong, as the source buffer at these
locations may not be NUL-terminated.
http-push.c | diff | blob | history |