Name: | rh-perl524-perl-Attribute-Handlers |
---|---|
Version: | 0.99 |
Release: | 381.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 39302 |
License: | GPL+ or Artistic |
RPM: | rh-perl524-perl-Attribute-Handlers-0.99-381.el7.noarch.rpm |
Source RPM: | rh-perl524-perl-5.24.0-381.el7.src.rpm |
Build Date: | Wed Jan 02 2019 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.perl.org/ |
Summary: | Simpler definition of attribute handlers |
Description: | This Perl module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a "BEGIN", "CHECK", "INIT", or "END" block). |
- Fix CVE-2018-18311 Integer overflow leading to buffer overflow (bug #1653529) - Fix CVE-2018-18312 Heap-buffer-overflow write in regcomp.c (bug #1653524) - Fix CVE-2018-18313 Heap-buffer-overflow read in regcomp.c (bug #1653526) - Fix CVE-2018-18314 Heap-buffer-overflow write in regcomp.c (bug #1653521)
- Fix CVE-2018-6798 (heap read overflow in regexec.c) (bug #1561101) - Fix CVE-2018-6797 (heap write overflow in regcomp.c) (bug #1561101)
- Avoid loading of modules from current directory, CVE-2016-1238, (bug #1360425)
- Fix handling \N{} in tr for characters in range 128--255 (RT#128734)
- Move dependency on runtime package to perl-libs
- Rebuilt without dual-life sub-packages
- Rebuild without bootstrap
- Fix a crash in lexical scope warnings (RT#128597)
- Fix a crash in "Subroutine redefined" warning (RT#128257)
- Fix a crash when vivifying a stub in a deleted package (RT#128532)