Date: Wed, 4 Jan 2006 12:03:33 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib/files patch-uulib_uuscan.c Message-ID: <200601041203.k04C3XVd088468@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@prj.lll.pp.ru>
Approved by: maintainer timeout
Revision Changes Path
1.1 +22 -0 ports/converters/uulib/files/patch-uulib_uuscan.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601041203.k04C3XVd088468>
