<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch ethomson/fuzzer</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>Merge pull request #4727 from libgit2/cmn/null-oid-existing-tree</title>
<updated>2018-08-26T10:33:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-08-26T10:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=85eb2cb67611483cc13c9d16589b88a6cb9dd19d'/>
<id>85eb2cb67611483cc13c9d16589b88a6cb9dd19d</id>
<content type='text'>
tree: accept null ids in existing trees when updating</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tree: accept null ids in existing trees when updating</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4374 from pks-t/pks/pack-file-verify</title>
<updated>2018-08-26T10:26:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-08-26T10:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=50186ce88bcca5d7a23d6365acb3e9a818474f6f'/>
<id>50186ce88bcca5d7a23d6365acb3e9a818474f6f</id>
<content type='text'>
Pack file verification</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pack file verification</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4774 from tiennou/fix/clang-analyzer</title>
<updated>2018-08-24T09:01:39+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2018-08-24T09:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9a193102d011633801855483a0c10af65a9cbf6d'/>
<id>9a193102d011633801855483a0c10af65a9cbf6d</id>
<content type='text'>
Coverity flavored clang analyzer fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity flavored clang analyzer fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4769 from tiennou/fix/worktree-unlock</title>
<updated>2018-08-24T08:08:09+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2018-08-24T08:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=503af775a5c749133725dfd6bdf7569930a822b5'/>
<id>503af775a5c749133725dfd6bdf7569930a822b5</id>
<content type='text'>
worktree: unlock should return 1 when the worktree isn't locked</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
worktree: unlock should return 1 when the worktree isn't locked</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4763 from cschlack/fix_ng_packets</title>
<updated>2018-08-24T07:07:01+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2018-08-24T07:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=296cb5e69520fe228cc22d266468bd2adf0f6c1e'/>
<id>296cb5e69520fe228cc22d266468bd2adf0f6c1e</id>
<content type='text'>
Fix 'invalid packet line' for ng packets containing errors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix 'invalid packet line' for ng packets containing errors</pre>
</div>
</content>
</entry>
<entry>
<title>transport/http: do not return success if we failed to get a scheme</title>
<updated>2018-08-21T00:11:32+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-08-21T00:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1c949ce1483ca22a29e8f523360999cbbe411a50'/>
<id>1c949ce1483ca22a29e8f523360999cbbe411a50</id>
<content type='text'>
Otherwise we return a NULL context, which will get dereferenced in 
apply_credentials.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we return a NULL context, which will get dereferenced in 
apply_credentials.</pre>
</div>
</content>
</entry>
<entry>
<title>remote: set the error before cleanup</title>
<updated>2018-08-20T23:55:56+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-08-20T23:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=22d013b657c5957fde31641351cb72d08cc192ae'/>
<id>22d013b657c5957fde31641351cb72d08cc192ae</id>
<content type='text'>
Otherwise we'll return stack data to the caller.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we'll return stack data to the caller.</pre>
</div>
</content>
</entry>
<entry>
<title>mailmap: Undefined or garbage value returned to caller</title>
<updated>2018-08-20T23:41:05+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-08-20T23:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ad95873bad6ca38e3d7069172627bf104788d0b0'/>
<id>ad95873bad6ca38e3d7069172627bf104788d0b0</id>
<content type='text'>
In case there was nothing to parse in the buf, we'd return uninitialized
stack data.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case there was nothing to parse in the buf, we'd return uninitialized
stack data.</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk: The left operand of '&lt;' is a garbage value</title>
<updated>2018-08-20T23:12:11+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-08-20T23:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=aa8cb5866f1eabd92c8c08f7a8610d42df07375f'/>
<id>aa8cb5866f1eabd92c8c08f7a8610d42df07375f</id>
<content type='text'>
At line 594, we do this :
if (error &lt; 0)
		return error;

but if nothing was pushed in a GIT_SORT_TIME revwalk, we'd return
uninitialized stack data.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At line 594, we do this :
if (error &lt; 0)
		return error;

but if nothing was pushed in a GIT_SORT_TIME revwalk, we'd return
uninitialized stack data.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'invalid packet line' for ng packets containing errors</title>
<updated>2018-08-17T07:50:17+00:00</updated>
<author>
<name>Christian Schlack</name>
<email>christian@backhub.co</email>
</author>
<published>2018-08-11T11:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=50dd7fea5ad1bf6c013b72ad0aa803a9c84cdede'/>
<id>50dd7fea5ad1bf6c013b72ad0aa803a9c84cdede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
