<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/erlang.git/lib/erl_interface, branch master</title>
<subtitle>github.com: erlang/otp.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/'/>
<entry>
<title>Prepare release</title>
<updated>2023-05-15T10:36:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2023-05-15T10:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=2f361f653d649d002a26d1d2a5c8c3efd1303832'/>
<id>2f361f653d649d002a26d1d2a5c8c3efd1303832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2023-05-15T10:35:56+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2023-05-15T10:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=47dc52e1189de34f148ca389a7810800a1d9240c'/>
<id>47dc52e1189de34f148ca389a7810800a1d9240c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Avoid warnings about safe sprintf usage</title>
<updated>2023-05-02T14:10:35+00:00</updated>
<author>
<name>Frej Drejhammar</name>
<email>frej.drejhammar@gmail.com</email>
</author>
<published>2023-04-11T10:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=9bd8dd986741cfd91ad7ef9e358601cf2ed94428'/>
<id>9bd8dd986741cfd91ad7ef9e358601cf2ed94428</id>
<content type='text'>
In erl_interface there are three uses of `sprintf` to construct host
name strings. GCC 12 gives a `‘%s’ directive writing up to 254 bytes
into a region of size between 1 and 256` warning at these locations,
as it isn't smart enough to see that the manual bounds check is
correct and that the write is safe.

By switching to `snprintf` and removing the manual size calculation of
the resulting string, we can both simplify the relevant code and avoid
the warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In erl_interface there are three uses of `sprintf` to construct host
name strings. GCC 12 gives a `‘%s’ directive writing up to 254 bytes
into a region of size between 1 and 256` warning at these locations,
as it isn't smart enough to see that the manual bounds check is
correct and that the write is safe.

By switching to `snprintf` and removing the manual size calculation of
the resulting string, we can both simplify the relevant code and avoid
the warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint' into master</title>
<updated>2023-04-27T08:37:54+00:00</updated>
<author>
<name>Jakub Witczak</name>
<email>kuba@erix.ericsson.se</email>
</author>
<published>2023-04-27T08:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=432aae16404da21d75ae85889e413d9843333d5e'/>
<id>432aae16404da21d75ae85889e413d9843333d5e</id>
<content type='text'>
* maint:
  Updated OTP version
  Prepare release
  Update copyright year
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Updated OTP version
  Prepare release
  Update copyright year
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2023-04-25T15:09:28+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2023-04-25T15:09:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=789ad43c1b8e7a6083fec45737d71d979d7db82e'/>
<id>789ad43c1b8e7a6083fec45737d71d979d7db82e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7091 from rbino/ei-users-guide-fix</title>
<updated>2023-04-18T10:51:00+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2023-04-18T10:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=13b75e05aea2cd8fca33b209c4bf37d0a85dedc2'/>
<id>13b75e05aea2cd8fca33b209c4bf37d0a85dedc2</id>
<content type='text'>
ei_users_guide: fix examples, correctly pass ec as pointer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ei_users_guide: fix examples, correctly pass ec as pointer</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2023-04-17T08:41:34+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2023-04-17T08:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=976d2c401ac74d948e1547c0c5e06e1116a90101'/>
<id>976d2c401ac74d948e1547c0c5e06e1116a90101</id>
<content type='text'>
* maint:
  Update configure scripts
  erts: Fix ic/dc config tests and usage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Update configure scripts
  erts: Fix ic/dc config tests and usage
</pre>
</div>
</content>
</entry>
<entry>
<title>Update configure scripts</title>
<updated>2023-04-14T14:07:37+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2023-04-14T13:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=c5b480ab26cd769be0eb3c87b9bb9f9dca3b0bcb'/>
<id>c5b480ab26cd769be0eb3c87b9bb9f9dca3b0bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prepare release"</title>
<updated>2023-04-12T08:49:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2023-04-12T08:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=5fab0495653a1649c903937597897a18c50751c9'/>
<id>5fab0495653a1649c903937597897a18c50751c9</id>
<content type='text'>
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2023-04-11T14:05:41+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2023-04-11T14:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/erlang.git/commit/?id=d4e4511b19f4126d9271a6e3a8fa2eb716da7e85'/>
<id>d4e4511b19f4126d9271a6e3a8fa2eb716da7e85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
