<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/libcnary, branch 2.0.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.libimobiledevice.org/libplist.git/'/>
<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.libimobiledevice.org/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>
<entry>
<title>libcnary: Fix possible NULL pointer dereference in node_iterator_create()</title>
<updated>2016-11-10T01:51:54+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2016-11-10T01:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=52f3a565deca246e0a331f4a014178c3f6927f31'/>
<id>52f3a565deca246e0a331f4a014178c3f6927f31</id>
<content type='text'>
When NULL is passed to node_iterator_create() the code tries to access
the begin element of the node list and causes a NULL pointer dereference.
The value of list is checked a few lines down and iterator-&gt;value is then
properly assigned in node_iterator_bind().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When NULL is passed to node_iterator_create() the code tries to access
the begin element of the node list and causes a NULL pointer dereference.
The value of list is checked a few lines down and iterator-&gt;value is then
properly assigned in node_iterator_bind().
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename "index" variable as it shadows global declaration on older systems</title>
<updated>2014-05-20T15:46:06+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-05-20T15:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=993f65b3bda53e2b22ee9e94efd11cbddd7b73cb'/>
<id>993f65b3bda53e2b22ee9e94efd11cbddd7b73cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make distcheck</title>
<updated>2014-02-13T11:14:31+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-02-13T11:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=8867ee930606a2d9126b742b1c5ad7a8fa425190'/>
<id>8867ee930606a2d9126b742b1c5ad7a8fa425190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: silence two compiler warnings</title>
<updated>2013-12-13T00:12:36+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-12-13T00:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=39b3f63d2bf4a8f5e4b6ecf601cb00d3ff0190b7'/>
<id>39b3f63d2bf4a8f5e4b6ecf601cb00d3ff0190b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change build system to autotools</title>
<updated>2013-12-12T23:44:17+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-12-12T23:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=a798afc8b5b00a43f4b121168e0419df2d398338'/>
<id>a798afc8b5b00a43f4b121168e0419df2d398338</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcnary: return removed/detached index in node_list_remove/node_detach</title>
<updated>2012-04-23T23:10:46+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-04-23T23:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=6697e4927883843e1bd537d778fc58bebd9a0b4e'/>
<id>6697e4927883843e1bd537d778fc58bebd9a0b4e</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 missing return value and missing variable initialization</title>
<updated>2012-01-11T23:29:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-01-11T23:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=83fa6982dfddaed93195402e2e0b7435bc707e06'/>
<id>83fa6982dfddaed93195402e2e0b7435bc707e06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node_list: Fix memory corruption</title>
<updated>2012-01-11T14:26:44+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-01-11T14:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=ed4c858c5f37113f498fe6e85366ae38a0f29a9d'/>
<id>ed4c858c5f37113f498fe6e85366ae38a0f29a9d</id>
<content type='text'>
The corruption occured if you removed the last node from the list
and later add a new node to the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The corruption occured if you removed the last node from the list
and later add a new node to the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates libcnary sources (adding license info)</title>
<updated>2011-06-25T00:52:07+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-06-25T00:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=eb218ff07b468272126cd2e6636bb39665370a1b'/>
<id>eb218ff07b468272126cd2e6636bb39665370a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
