PennMUSH Community

Changeset 998

Show
Ignore:
Timestamp:
07/07/07 11:57:39 (1 year ago)
Author:
shawnw
Message:

Fix to array overrun in panic/full @shutdown

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/MANIFEST

    r996 r998  
    124124hints/a-u-x.sh 
    125125hints/aix.sh 
     126hints/cygwin.txt 
    126127hints/dec_osf.sh 
    127128hints/freebsd.txt 
  • 1.8.3/branches/devel/src/bsd.c

    r978 r998  
    25772577      byebye[0].iov_len = strlen(byebye[0].iov_base); 
    25782578      byebye[1].iov_base = "\r\n"; 
    2579       byebye[2].iov_len = 2; 
     2579      byebye[1].iov_len = 2; 
    25802580      writev(d->descriptor, byebye, 2); 
    25812581#else