CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/19 20:24:07
Modified files:
usr.bin/ssh : misc.c
Log message:
correct off-by-one in percent_expand(): we would fatal() when trying
to expand EXPAND_MAX_KEYS, allowing only EXPAND_MAX_KEYS-1 to actually work.
Note that nothing in OpenSSH actually uses close to this limit at present.
bz#1607 from Jan.Pechanec AT Sun.COM
