CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/05 09:52:03
Modified files:
usr.bin/ssh : monitor.c monitor_wrap.c servconf.c servconf.h
sshd.c
Log message:
replace statically-sized arrays in ServerOptions with dynamic ones
managed by xrecallocarray, removing some arbitrary (though large)
limits and saving a bit of memory; "much nicer" markus@
