ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/UUlib.pm
(Generate patch)

Comparing Convert-UUlib/UUlib.pm (file contents):
Revision 1.44 by root, Fri Feb 14 08:02:26 2020 UTC vs.
Revision 1.45 by root, Thu Feb 27 04:24:13 2020 UTC

558 558
559 print "cleanup...\n"; 559 print "cleanup...\n";
560 560
561 CleanUp; 561 CleanUp;
562 562
563=head1 BUGS AND LIMITATIONS
564
565The original uulib library this module uses was written at a time where
566main memory of measured in megabytes and buffer overflows as a security
567thign didn't exist. While a lot of security fixes have been applied over
568the years (includign some defense in depth mechanism that can shield
569against a lot of as-of-yet undetected bugs), using this library for
570security purposes requires care.
571
572Likewise, file sizes when the uulib library was written were tiny compared
573to today, so do not expect this library to handle files larger than 2GB.
574
563=head1 AUTHOR 575=head1 AUTHOR
564 576
565Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written 577Marc Lehmann <schmorp@schmorp.de>, the original uulib library was written
566by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily 578by Frank Pilhofer <fp@informatik.uni-frankfurt.de>, and later heavily
567bugfixed by Marc Lehmann. 579bugfixed by Marc Lehmann.
568 580
569=head1 SEE ALSO 581=head1 SEE ALSO
570 582
571perl(1), uudeview homepage at http://www.uni-frankfurt.de/~fp/uudeview/. 583perl(1), uudeview homepage at L<http://www.fpx.de/fp/Software/UUDeview/>.
572 584
573=cut 585=cut
586

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines