Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
perl-open - Perl pragma to set default PerlIO layers for input and output
- Description:
The "open" pragma serves as one of the interfaces to declare default "layers"
(also known as "disciplines") for all I/O.
Packages
perl-open-1.10-370.fc24.noarch
[65 KiB] |
Changelog
by Petr Pisar (2017-03-08):
- Fix a null-pointer dereference on malformed code (RT#130815)
- Fix an use-after-free in substr() that modifies a magic variable (RT#129340)
- Fix a memory leak leak in Perl_reg_named_buff_fetch() (RT#130822)
- Fix an invalid memory read when parsing a loop variable (RT#130814)
- Fix a heap-use-after-free in four-arguments substr call (RT#130624)
|
perl-open-1.10-369.fc24.noarch
[65 KiB] |
Changelog
by Petr Pisar (2017-02-17):
- Fix a crash when compiling a regexp with impossible quantifiers (RT#130561)
- Fix a buffer overrun with format and "use bytes" (RT#130703)
- Fix a buffer overflow when studying some regexps repeatedly
(RT#129281, RT#129061)
|