cvs commit: ports/converters/uulib/files patch-uulib_uuscan.c
    Edwin Groothuis 
    edwin at FreeBSD.org
       
    Wed Jan  4 04:03:34 PST 2006
    
    
  
edwin       2006-01-04 12:03:33 UTC
  FreeBSD ports repository
  Added files:
    converters/uulib/files patch-uulib_uuscan.c 
  Log:
  [patch] bug in the uulib-0.5.20
  
          uudeview's author makes 1023 chars as maximum header line
          length (see line 167 of uulib/uuscan.c).  Handling this
          limit in the ScanHeaderLine function may skip all header
          lines after very long splitted line because of finding CR
          in the truncated string (at ptr) instead of scan source
          stream (uugen_inbuffer).
  
  PR:             ports/84999
  Submitted by:   Alexey Khlyamkov <bsd at prj.lll.pp.ru>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.1       +22 -0     ports/converters/uulib/files/patch-uulib_uuscan.c (new)
    
    
More information about the cvs-all
mailing list