[php-maint] Bug#819627: php7.0: FTBFS on hurd-i386

Svante Signell svante.signell at gmail.com
Thu Mar 31 10:03:59 UTC 2016


Source: php7.0
Version: 7.0.4-7
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hello,

Currently php7.0 fails to build on GNU/Hurd due to PATH_MAX issues. The attached
patch 0051-ext_date_lib_parse_tz.c.patch solves this by allocating the strings
dynamically and free them when no longer needed. Note that the return value of
malloc() is not checked for create_zone_index() since it is declared 'static
void'. Other calls to malloc() in that function does not check the return value
either.


Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0051-ext_date_lib_parse_tz.c.patch
Type: text/x-patch
Size: 3927 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-maint/attachments/20160331/9b064203/attachment.bin>


More information about the pkg-php-maint mailing list