CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/17 15:23:33
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
the easier way to put a buffer on the stack is to put it on the stack,
not with alloca(). found by dickman; ok kettenis
