forked from pool/perl-Convert-UUlib
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user