<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.3.24</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Prepare for 7.3.24</title>
<updated>2020-10-27T09:39:16+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-27T09:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a8737373e16a83889fccd191d81a535d3e43b4e2'/>
<id>a8737373e16a83889fccd191d81a535d3e43b4e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix out-of-bounds write"</title>
<updated>2020-10-26T14:54:40+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-20T15:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=302d15a9a9f9d049e96e093c86f71a65e83a3844'/>
<id>302d15a9a9f9d049e96e093c86f71a65e83a3844</id>
<content type='text'>
This reverts commit bf6873a18e3b6b00f82a645c0893a281ae8eadb8.

CVE-2020-26159 is bogus; the "bug" was apparently a false positive
reported by Coverity, and the "fix" apparently wrong, see
&lt;https://github.com/kkos/oniguruma/issues/221&gt;.

Closes GH-6357.

(cherry picked from commit be6d72b3a445a37f48b021e3e8e85e3a00924d71)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bf6873a18e3b6b00f82a645c0893a281ae8eadb8.

CVE-2020-26159 is bogus; the "bug" was apparently a false positive
reported by Coverity, and the "fix" apparently wrong, see
&lt;https://github.com/kkos/oniguruma/issues/221&gt;.

Closes GH-6357.

(cherry picked from commit be6d72b3a445a37f48b021e3e8e85e3a00924d71)
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for 7.3.24RC1</title>
<updated>2020-10-13T07:50:09+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-13T07:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e6e1f42be1737c3c7762cfdfdeeba5c83ff78f7'/>
<id>4e6e1f42be1737c3c7762cfdfdeeba5c83ff78f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #80226: imap_sort() leaks sortpgm memory</title>
<updated>2020-10-12T21:16:31+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-12T16:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8488c34fc607353be97e0ebadca3fec9f6373b6d'/>
<id>8488c34fc607353be97e0ebadca3fec9f6373b6d</id>
<content type='text'>
We need to free what we have allocated.

Closes GH-6327.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to free what we have allocated.

Closes GH-6327.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #80216: imap_mail_compose() does not validate types/encodings</title>
<updated>2020-10-12T14:27:49+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-12T12:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73e43b6e19720112f0d10bd988d840e7537055a4'/>
<id>73e43b6e19720112f0d10bd988d840e7537055a4</id>
<content type='text'>
We need to check whether the given `type`s and `encoding`s are within
bounds to avoid segfaults and out-of-bound reads.

Closes GH-6323.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to check whether the given `type`s and `encoding`s are within
bounds to avoid segfaults and out-of-bound reads.

Closes GH-6323.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #80223: imap_mail_compose() leaks envelope on malformed bodies</title>
<updated>2020-10-12T13:08:30+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-12T11:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c1962e900a4ebe74a6e7578e3da75a0931687546'/>
<id>c1962e900a4ebe74a6e7578e3da75a0931687546</id>
<content type='text'>
We have to clean up even on failure.

Closes GH-6322.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have to clean up even on failure.

Closes GH-6322.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #80220: imap_mail_compose() may leak memory</title>
<updated>2020-10-12T11:31:30+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-10-12T08:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0d022ddf03c5fabaaa22e486d1e4a367ed9170a7'/>
<id>0d022ddf03c5fabaaa22e486d1e4a367ed9170a7</id>
<content type='text'>
Unless `topbod` is of `TYPEMULTIPART`, `mail_free_body()` does not free
the `nested.part`; while we could do this ourselves, instead we just
ignore additional bodies in this case, i.e. we don't attach them in the
first place.

Closes GH-6321.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unless `topbod` is of `TYPEMULTIPART`, `mail_free_body()` does not free
the `nested.part`; while we could do this ourselves, instead we just
ignore additional bodies in this case, i.e. we don't attach them in the
first place.

Closes GH-6321.
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect self-addition of array more accurately</title>
<updated>2020-10-12T09:24:31+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-12T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3c4dd73c023e4aea317f774e045fdccc644f24b5'/>
<id>3c4dd73c023e4aea317f774e045fdccc644f24b5</id>
<content type='text'>
While the zvals may be different, they may still point to the
same array.

Fixes oss-fuzz #26245.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the zvals may be different, they may still point to the
same array.

Fixes oss-fuzz #26245.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deindirect source elements in zend_hash_merge</title>
<updated>2020-10-12T09:24:27+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-12T09:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e304468e57692d4dfcf283346dd67c3e418e1934'/>
<id>e304468e57692d4dfcf283346dd67c3e418e1934</id>
<content type='text'>
If the RHS has INDIRECT elements, we do not those to be added to
the LHS verbatim. As we're using UPDATE_INDIRECT, we might even
create a nested INDIRECT that way.

This is a side-quest of oss-fuzz #26245.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the RHS has INDIRECT elements, we do not those to be added to
the LHS verbatim. As we're using UPDATE_INDIRECT, we might even
create a nested INDIRECT that way.

This is a side-quest of oss-fuzz #26245.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test for bug #48097 due to confirmed data changes in timelib</title>
<updated>2020-10-11T13:53:52+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-10-11T13:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1ed5a2a54dc8ff61c276f0dc8d0e9808a835c169'/>
<id>1ed5a2a54dc8ff61c276f0dc8d0e9808a835c169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
