Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ea1e86cfdf26a330e58ea377a80273de7110011b
https://github.com/Perl/perl5/commit/ea1e86cfdf26a330e58ea377a80273de7110011b
Author: Tony Cook <[email protected]>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M dist/Storable/Storable.xs
Log Message:
-----------
disallow vstring magic strings over 2GB-1
On reads this could result in buffer overflows, so avoid writing
such large vstrings to avoid causing problems for older Storable.
Since we no longer write such large vstrings, we don't want to accept
them.
I doubt that restricting versions strings to under 2GB-1 will have
a practical effect on downstream users.
fixes #17306
Commit: 7ab7fad021628a08252a364d99c0e4527ab26640
https://github.com/Perl/perl5/commit/7ab7fad021628a08252a364d99c0e4527ab26640
Author: Tony Cook <[email protected]>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M dist/Storable/Storable.pm
Log Message:
-----------
bump $Storable::VERSION
Compare: https://github.com/Perl/perl5/compare/bfb5975f40d2...7ab7fad02162