cvs commit: src/usr.sbin/sysinstall index.c
    Ken Smith 
    kensmith at FreeBSD.org
       
    Sun Dec 23 16:43:12 PST 2007
    
    
  
kensmith    2007-12-24 00:43:11 UTC
  FreeBSD src repository
  Modified files:
    usr.sbin/sysinstall  index.c 
  Log:
  For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest
  "build dependencies" field is 5,108 characters which overflows the
  length of the junk buffer by a teeny bit.  This whole section needs
  much more error checking but for now just completely ignore stuff
  we have no interest in instead of copying it to someplace we don't
  use in the process.
  
  Insta-MFC probably coming since this is holding up 7.0-RC1...
  
  Revision  Changes    Path
  1.116     +17 -5     src/usr.sbin/sysinstall/index.c
    
    
More information about the cvs-src
mailing list