History log of /PHP-5.5/ (Results 51 – 75 of 57919)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
489fd56f14-Jun-2016 Stanislav Malyshev

Fix bug #72275: don't allow smart_str to overflow int

a44c89e813-Jun-2016 Stanislav Malyshev

Fix bug #72340: Double Free Courruption in wddx_deserialize

6f73079c13-Jun-2016 Anatol Belski

update NEWS

f96ebb0920-Jul-2015 Christoph M. Becker

Fix #66387: Stack overflow with imagefilltoborder

The stack overflow is caused by the recursive algorithm in combination with a
very large negative coordinate passed to gdImageFillToBord

Fix #66387: Stack overflow with imagefilltoborder

The stack overflow is caused by the recursive algorithm in combination with a
very large negative coordinate passed to gdImageFillToBorder(). As there is
already a clipping for large positive coordinates to the width and height of
the image, it seems to be consequent to clip to zero also.

show more ...

4dd0365125-May-2016 Remi Collet

Skip test which is 64bits only

Diff from test output
001+ Warning: fread(): Length parameter must be greater than 0 in ...
001- Warning: fread(): Length parameter must be no more tha

Skip test which is 64bits only

Diff from test output
001+ Warning: fread(): Length parameter must be greater than 0 in ...
001- Warning: fread(): Length parameter must be no more than 2147483647 in ...

show more ...

0c84740425-May-2016 Julien Pauli

5.5.37 now

9a826a3b24-May-2016 Stanislav Malyshev

Fix memory leak in imagescale()

f423e1bb24-May-2016 Stanislav Malyshev

Update NEWS

e955913124-May-2016 Stanislav Malyshev

Better fix for bug #72135

7a1aac3323-May-2016 Stanislav Malyshev

Fixed bug #72227: imagescale out-of-bounds read

Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a

97eff7eb23-May-2016 Stanislav Malyshev

Fix bug #72241: get_icu_value_internal out-of-bounds read

0da8b8b816-May-2016 Stanislav Malyshev

Fix bug #72135 - don't create strings with lengths outside int range

41fc3c7610-May-2016 Stanislav Malyshev

Add check for string overflow to all string add operations

abd159cc10-May-2016 Stanislav Malyshev

Fix bug #72114 - int/size_t confusion in fread

95ed19ae02-May-2016 Julien Pauli

Updated NEWS

a4abd2be02-May-2016 Julien Pauli

Backport of fixed for bug #71331 - Uninitialized pointer in phar_make_dirstream()


5c57162601-May-2016 Lior Kaplan

Update PHP 5.5 NEWS entries with CVE info

6058b78829-Apr-2016 Julien Pauli

Added CVE

9649ca1615-Jan-2016 Stanislav Malyshev

Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()

008f983b27-Apr-2016 Julien Pauli

Updated NEWS

61c7a06e27-Apr-2016 Stanislav Malyshev

Fix memory leak

dccda88f25-Apr-2016 Stanislav Malyshev

Fix bug #72099: xml_parse_into_struct segmentation fault

f856734c26-Apr-2016 Julien Pauli

5.5.36 now

082aecfc25-Apr-2016 Stanislav Malyshev

Fix bug #72094 - Out of bounds heap read access in exif header processing

d650063a25-Apr-2016 Stanislav Malyshev

Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition

We can not modify result since it can be copy of _zero_ or _one_, etc. and
"copy" in bcmath is just bumping

Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition

We can not modify result since it can be copy of _zero_ or _one_, etc. and
"copy" in bcmath is just bumping the refcount.

show more ...

12345678910>>...2317