<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/common.c, branch v2.3.2</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<id>https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2</id>
<link rel='self' href='https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<updated>2012-01-06T08:25:28Z</updated>
<entry>
<title>common: fix apk_array copying, and additional size_t fixes</title>
<updated>2012-01-06T08:25:28Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2012-01-06T08:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=bbc31806b9008b4756757f76615220400f4178a6'/>
<id>urn:sha1:bbc31806b9008b4756757f76615220400f4178a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix array size data type on 64 bit</title>
<updated>2011-09-20T14:13:20Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-09-20T14:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=78a372464b3dabb1a84279fe5fde9542bd2431f3'/>
<id>urn:sha1:78a372464b3dabb1a84279fe5fde9542bd2431f3</id>
<content type='text'>
The array struct aligned size to 64 bit on x86_64 which caused bad things
to happen.

We use size_t to make sure the size element is correct regardless arch.

Solution found by Timo.
</content>
</entry>
<entry>
<title>all: update copyright year statement</title>
<updated>2011-09-13T08:53:01Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-13T08:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0'/>
<id>urn:sha1:1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: rework how arrays work</title>
<updated>2010-06-05T09:33:54Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2010-06-05T09:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=7be853e63785276338a4c4d9e5be084f24114bed'/>
<id>urn:sha1:7be853e63785276338a4c4d9e5be084f24114bed</id>
<content type='text'>
Instead of having a null pointer, use a dummy array which just
says the array is empty. This helps in multiple places of the code
which would otherwise need explicitly need to check first if the
array exists. This has been cause of multiple seg.faults in the
past as the array check is easily omitted.

This also removes (or fixes) all existing checks accordingly.
</content>
</entry>
</feed>
