CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/08 22:07:37
Modified files:
usr.bin/rwho : rwho.c
Log message:
Switch to string copy rather than memcpy so we stop past '\0' and
don't copy over the garbage from the source buffer (like, leaking
the canary). OK millert@.
