--- Convert-UUlib/UUlib.pm 2020/02/14 08:02:26 1.44 +++ Convert-UUlib/UUlib.pm 2020/02/27 04:24:13 1.45 @@ -560,6 +560,18 @@ CleanUp; +=head1 BUGS AND LIMITATIONS + +The original uulib library this module uses was written at a time where +main memory of measured in megabytes and buffer overflows as a security +thign didn't exist. While a lot of security fixes have been applied over +the years (includign some defense in depth mechanism that can shield +against a lot of as-of-yet undetected bugs), using this library for +security purposes requires care. + +Likewise, file sizes when the uulib library was written were tiny compared +to today, so do not expect this library to handle files larger than 2GB. + =head1 AUTHOR Marc Lehmann , the original uulib library was written @@ -568,6 +580,7 @@ =head1 SEE ALSO -perl(1), uudeview homepage at http://www.uni-frankfurt.de/~fp/uudeview/. +perl(1), uudeview homepage at L. =cut +