CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/14 09:26:19
Modified files:
usr.sbin/afs/src/arlad: messages.c nnpfs.c
Log message:
Fix buffer overflow possibility, noticed by parfait:
Buffer overflow (CWE 120): In memcpy of msg.msg with length 'size'
Array size is 2048 bytes, size <= 2080
at line 317 of /usr/src/usr.sbin/afs/src/arlad/nnpfs.c in function 'nnpf
s_send_message_wakeup_data'.
tesing by todd@ and jj@ and me
