<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/libcnary, branch 2.3.0</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>libcnary: Updated typedefs of node_t and node_list_t to contain pointer</title>
<updated>2023-02-06T17:28:28+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-02-06T17:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=d3908006349f38bcfc0151daebd98b6873a2dbfc'/>
<id>d3908006349f38bcfc0151daebd98b6873a2dbfc</id>
<content type='text'>
This makes the code more readable. Obviously all the code that uses it
is also updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code more readable. Obviously all the code that uses it
is also updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace malloc + memset with calloc where appropriate</title>
<updated>2021-01-25T15:20:57+00:00</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-21T22:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=af9b59e6a1a36997d7017f4841f4a934ca1ade98'/>
<id>af9b59e6a1a36997d7017f4841f4a934ca1ade98</id>
<content type='text'>
calloc is faster for big allocations. It's also simpler.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calloc is faster for big allocations. It's also simpler.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Unfold automake variables into multiple lines for maintainability</title>
<updated>2020-06-09T16:19:07+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2020-06-09T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c14849987d893999c03f165b49257e108d07bad3'/>
<id>c14849987d893999c03f165b49257e108d07bad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove whitespace errors from all files</title>
<updated>2020-06-08T20:47:19+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2020-06-08T20:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd'/>
<id>5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: [BUGFIX] Set list-&gt;end to NULL when removing last and only element from list</title>
<updated>2019-09-02T23:21:05+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-09-02T23:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6a53de92e2b5029ee293c79d481ff5fd9528f8c3'/>
<id>6a53de92e2b5029ee293c79d481ff5fd9528f8c3</id>
<content type='text'>
This prevents a UaF in node_list_add. The issue became visible after removing
the last (and only) item from a PLIST_DICT or PLIST_ARRAY node, and then
adding a new item - the item will not make it into the actual dictionary or
array because the list-&gt;end pointer points to invalid memory, effectively
causing memory corruption.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a UaF in node_list_add. The issue became visible after removing
the last (and only) item from a PLIST_DICT or PLIST_ARRAY node, and then
adding a new item - the item will not make it into the actual dictionary or
array because the list-&gt;end pointer points to invalid memory, effectively
causing memory corruption.
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: Remove list.c/list.h and just do everything in node_list.c</title>
<updated>2019-01-21T04:11:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-01-21T04:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=bec850fe399639f3b8582a39386216970dea15ed'/>
<id>bec850fe399639f3b8582a39386216970dea15ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove node_iterator and operate on node list directly to improve memory usage</title>
<updated>2018-12-10T01:22:15+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-12-10T01:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=4de329327ce4aa175e8496d1bff8604bffb6c574'/>
<id>4de329327ce4aa175e8496d1bff8604bffb6c574</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: Remove redundant members from node_t struct</title>
<updated>2018-11-28T02:18:39+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2018-11-28T02:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=74536d7a6737e2a4afb006106f1ce30a9a5aeea5'/>
<id>74536d7a6737e2a4afb006106f1ce30a9a5aeea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: Fix memleak in node_debug()</title>
<updated>2018-07-24T12:11:32+00:00</updated>
<author>
<name>Bastien Nocera</name>
</author>
<published>2018-07-24T12:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6be3579b2c23fef242cd49bb02ec7e693169768e'/>
<id>6be3579b2c23fef242cd49bb02ec7e693169768e</id>
<content type='text'>
An iter was created but never destroyed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An iter was created but never destroyed.
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: Remove unused 'node' parameter from node_list_create()</title>
<updated>2017-03-28T00:51:25+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-03-28T00:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=1406766a0c75f6a861afb73f1606036f2da79bd5'/>
<id>1406766a0c75f6a861afb73f1606036f2da79bd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
