8
0

Accepting request 638238 from home:pmonrealgonzalez:branches:devel:languages:perl

- update to 1.4
        - fix a heap overflow (testcase by Krzysztof Wojtaś).
        - on systems that support it (posix + mmap + map_anonymous),
          allocate all dynamic areas via mmap and put four guard
          pages around them, to catch similar heap overflows
          safely in the future.
        - find a safer way to pass in CC/CFLAGS to uulib.
        - added stability canary support.

OBS-URL: https://build.opensuse.org/request/show/638238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=27
This commit is contained in:
2018-09-26 07:34:38 +00:00
committed by Git OBS Bridge
parent 8a62e130bf
commit df087af51c
4 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 25 15:50:19 UTC 2018 - pmonrealgonzalez@suse.com
- update to 1.4
- fix a heap overflow (testcase by Krzysztof Wojtaś).
- on systems that support it (posix + mmap + map_anonymous),
allocate all dynamic areas via mmap and put four guard
pages around them, to catch similar heap overflows
safely in the future.
- find a safer way to pass in CC/CFLAGS to uulib.
- added stability canary support.
-------------------------------------------------------------------
Wed Oct 8 17:02:56 UTC 2014 - jengelh@inai.de