-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leak in MLDBM under Linux #80
Comments
From modus@ns.asimov.net----------------------------------------------------------------- The offending code: #!/usr/bin/perl -w use MLDBM qw(DB_File); my %in; tie %in, 'MLDBM', 'testmldbm', O_CREAT|O_RDWR, 0640 || die $1; while(1) { Perl Info
|
From [Unknown Contact. See original ticket]does not leak when tested anymore on similar systems. (probably fixed in MLDBM) |
From The RT System itselfdoes not leak when tested anymore on similar systems. (probably fixed in MLDBM) |
[DELTA] 5.20191102 2019-11-02 05:34:43Z * fix bad pod markup in perlfaq8 (PR #78; thanks, Joaquín Ferrero!) * remove stale section about lib.pm (PR #82, Dan Book) * update perlfaq9 to reference Email::Stuffer (PR #79, Dan Book) * update perlfaq9 to reference URL::Search (PR #80, Dan Book) * update perlfaq9 to use HTTP::Tiny (PR #81, Dan Book) * fix some broken links (issue #71, dctabuyz)
Migrated from rt.perl.org#883 (status was 'resolved')
Searchable as RT883$
The text was updated successfully, but these errors were encountered: