<feed xmlns='http://www.w3.org/2005/Atom'>
<title>metastore, branch v1.1.1a</title>
<subtitle>File metadata backup/comparison/restoration tool</subtitle>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/'/>
<entry>
<title>metastore v1.1.1a</title>
<updated>2018-01-02T17:26:59+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-02T17:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=5d2b607498bdf9dd83f2aafa47355573b9929881'/>
<id>5d2b607498bdf9dd83f2aafa47355573b9929881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Do not ignore debian/ directory.</title>
<updated>2018-01-02T17:14:29+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2018-01-02T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=9281841e0c4dbeef37e34fb389c28760ec49b017'/>
<id>9281841e0c4dbeef37e34fb389c28760ec49b017</id>
<content type='text'>
https://bugs.debian.org/883539

Requested-by: Romain Francoise &lt;rfrancoise@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.debian.org/883539

Requested-by: Romain Francoise &lt;rfrancoise@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore v1.1.1</title>
<updated>2017-12-04T00:55:31+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2017-12-04T00:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=56f3f9228dfeb190f8a94eae8e198610fb070f5f'/>
<id>56f3f9228dfeb190f8a94eae8e198610fb070f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix another typo.</title>
<updated>2017-12-02T23:19:34+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2017-12-02T23:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=d2a15300caffe3970c4434c611964b2a5d1081e7'/>
<id>d2a15300caffe3970c4434c611964b2a5d1081e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix typo.</title>
<updated>2017-12-02T23:08:56+00:00</updated>
<author>
<name>Andy</name>
<email>github@portmacc.net</email>
</author>
<published>2017-12-01T14:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=89f20ecf1a0ed9828d9e15e03ff6dd667bb175cc'/>
<id>89f20ecf1a0ed9828d9e15e03ff6dd667bb175cc</id>
<content type='text'>
Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Przemyslaw Pawelczyk &lt;przemoc@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>metaentry.c: Fix underallocation for xattr_lvalues.</title>
<updated>2017-11-24T01:02:38+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2017-11-24T01:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=5b060d5b7f0d76ee5c8626d34747cf605dd81e13'/>
<id>5b060d5b7f0d76ee5c8626d34747cf605dd81e13</id>
<content type='text'>
Wrong type has been used for calculating size of requested memory.
Underallocation happened in mentries_fromfile() code path if
sizeof(ssize_t) &gt; sizeof(int), which is true on 64-bit platforms.

Reading metadata file with extended attributes entries led to corruption
of metadata represented in memory on such platforms, so applying could
led to corruption of metadata on disk too.

Reported-by: Uros Juvan &lt;asmpro@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong type has been used for calculating size of requested memory.
Underallocation happened in mentries_fromfile() code path if
sizeof(ssize_t) &gt; sizeof(int), which is true on 64-bit platforms.

Reading metadata file with extended attributes entries led to corruption
of metadata represented in memory on such platforms, so applying could
led to corruption of metadata on disk too.

Reported-by: Uros Juvan &lt;asmpro@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>metastore.c: Be more strict about arguments in compare_print().</title>
<updated>2016-02-21T23:24:07+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-02-21T23:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=fbc3ebea75cb92d4ce847aa877269f4217ab6dee'/>
<id>fbc3ebea75cb92d4ce847aa877269f4217ab6dee</id>
<content type='text'>
That way we can avoid possible (yet not feasible in current code)
NULL pointer dereference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That way we can avoid possible (yet not feasible in current code)
NULL pointer dereference.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Add download section.</title>
<updated>2016-02-05T23:28:40+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-02-05T23:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=0350d4719922432f24a9b564dc318e9ca9bd7840'/>
<id>0350d4719922432f24a9b564dc318e9ca9bd7840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define also _DEFAULT_SOURCE where _BSD_SOURCE is already defined.</title>
<updated>2016-02-05T23:05:12+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-02-05T23:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=9f1643faccda23f0070f0415569395a776055a04'/>
<id>9f1643faccda23f0070f0415569395a776055a04</id>
<content type='text'>
It's required to avoid getting warnings w/ glibc &gt;= 2.20.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's required to avoid getting warnings w/ glibc &gt;= 2.20.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C99 predefined identifier __func__ instead of non-std __FUNCTION__.</title>
<updated>2016-02-05T22:58:09+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@gmail.com</email>
</author>
<published>2016-02-05T22:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://spragg-ssl.co.uk/projects/cgit.cgi/metastore/commit/?id=b390d44bf2573d7bc0b97f19db7969bb2a26aa55'/>
<id>b390d44bf2573d7bc0b97f19db7969bb2a26aa55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
