cvs commit: src/sbin/ping6 ping6.c

Mike Makonnen mtm at FreeBSD.org
Tue May 22 22:01:45 UTC 2007


mtm         2007-05-22 22:01:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ping6           ping6.c 
  Log:
  MFC ver. 1.30:
  
  date: 2007/04/19 15:41:00;  author: mtm;  state: Exp;  lines: +68 -19
  o Increase the buffer to hold extra headers to 10240 bytes (the minimum
    according to RFC3542 sec. 20.1) and allocate it dynamically.
  o In verbose mode, specify a warning if any control data from recvmsg(2)
    was truncated because the buffer was too small.
  o When printing the extra headers make sure not to overrun the buffer
    boundaries.
  
  PR: kern/99425
  
  Revision  Changes    Path
  1.29.2.1  +68 -19    src/sbin/ping6/ping6.c


More information about the cvs-src mailing list