Browse Source
The change I made to rsh.c would leave the string unterminated under certain conditions, which unfortunately always applied! This patch fixes this. For some reason this never bit on i386 or ppc, but bit me on x86-64. Fix situation where the buffer was not properly null-terminated. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Junio C Hamano <junkio@cox.net>maint
H. Peter Anvin
20 years ago
committed by
Junio C Hamano
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue