<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme, branch gpgme-1.4.4</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.4.4</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2014-07-30T09:36:03Z</updated>
<entry>
<title>Release 1.4.4</title>
<updated>2014-07-30T09:36:03Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-07-30T09:36:03Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=998e454a320db77361feddf0dcc5ba39ebd9a49b'/>
<id>urn:sha1:998e454a320db77361feddf0dcc5ba39ebd9a49b</id>
<content type='text'>
* configure.ac: Change LT version to C22/A11/R1.
</content>
</entry>
<entry>
<title>Fix possible realloc overflow for gpgsm and uiserver engines.</title>
<updated>2014-07-30T09:17:41Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-07-30T09:04:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1755f33a478aeb787f8cf0d55ad6c628c30ff473'/>
<id>urn:sha1:1755f33a478aeb787f8cf0d55ad6c628c30ff473</id>
<content type='text'>
* src/engine-gpgsm.c (status_handler):
* src/engine-uiserver.c (status_handler):
--

After a realloc (realloc is also used for initial alloc) the allocated
size if the buffer is not correctly recorded.  Thus an overflow can be
introduced by receiving data with different line lengths in a specific
order.  This is not easy exploitable because libassuan constructs the
line.  However a crash has been reported and thus it might be possible
to constructs an exploit.

CVE-id: CVE-2014-3564
Reported-by: Tomáš Trnka

Resolved conflicts:
	NEWS - removed
</content>
</entry>
<entry>
<title>w32: Fix another memleak on error.</title>
<updated>2014-07-30T09:13:22Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-04-15T14:40:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=eee89ffd0193fd18114b5c3cb7d8544aa71b512a'/>
<id>urn:sha1:eee89ffd0193fd18114b5c3cb7d8544aa71b512a</id>
<content type='text'>
* src/w32-io.c (create_reader): free CTX.
--

Found by Hans-Christoph Steiner with cppcheck.
</content>
</entry>
<entry>
<title>w32: Fix memleak in an error code paths.</title>
<updated>2014-07-30T09:13:15Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-04-15T14:40:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=27f052b9df75c3703d3ceabab2d2615e46665fe1'/>
<id>urn:sha1:27f052b9df75c3703d3ceabab2d2615e46665fe1</id>
<content type='text'>
* src/w32-io.c (create_writer): Free CTX in cased of bad FD.
* src/w32-util.c (_gpgme_mkstemp): Free TMPNAME in case of a failed
mkstemp.
--

Found by Hans-Christoph Steiner with cppcheck.
</content>
</entry>
<entry>
<title>Fix possible zombie processes.</title>
<updated>2014-07-30T09:13:08Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-04-15T10:25:45Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e488d3fd854bd9e340629ba9047d7385c1f3792'/>
<id>urn:sha1:1e488d3fd854bd9e340629ba9047d7385c1f3792</id>
<content type='text'>
* src/posix-io.c (_gpgme_io_waitpid): Protect waitpid agains EINTR.
(_gpgme_io_dup): Likewise.
(_gpgme_io_connect): Likewise.
--

GnuPG-bug-id: 1630
</content>
</entry>
<entry>
<title>Avoid pointer arithmetic on void pointer.</title>
<updated>2014-07-30T09:12:18Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-03-11T12:58:38Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a175922f8a8a422aba08175c88c60cbc96113791'/>
<id>urn:sha1:a175922f8a8a422aba08175c88c60cbc96113791</id>
<content type='text'>
* src/gpgme.c (gpgme_io_writen): Use new var buffer.
--

Reported-by: Albert Chin
</content>
</entry>
<entry>
<title>Change implementation return type to match the definition.</title>
<updated>2014-07-30T09:12:17Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-03-11T12:54:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=97f9bec6d0d0a3fb4dab96b30349d25cf00a1af5'/>
<id>urn:sha1:97f9bec6d0d0a3fb4dab96b30349d25cf00a1af5</id>
<content type='text'>
* src/gpgme.c (gpgme_get_sub_protocol): Change return type to
gpgme_protocol_t.
--

Yet another enum/int mismatch.

Reported-by: Albert Chin.
</content>
</entry>
<entry>
<title>Fix type inconsistency between gpgme.h and gpgme.c.</title>
<updated>2014-07-30T09:11:55Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-02-12T19:36:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=206bfb5a7953dcdebfdbc6fe6136240964659561'/>
<id>urn:sha1:206bfb5a7953dcdebfdbc6fe6136240964659561</id>
<content type='text'>
* src/gpgme.c (gpgme_set_pinentry_mode): Fix type of MODE.
--

GnuPG-bug-id: 1617
</content>
</entry>
<entry>
<title>Fix possible segv in the gpgme_op_card_edit.</title>
<updated>2014-07-30T09:10:56Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-08-19T18:40:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3150aeba4095c79038761f035748485052b4b9eb'/>
<id>urn:sha1:3150aeba4095c79038761f035748485052b4b9eb</id>
<content type='text'>
* src/edit.c (gpgme_op_edit_start, gpgme_op_card_edit_start): Do not
deref a NULL KEY in TRACE_BEG.
</content>
</entry>
<entry>
<title>Release 1.4.3.</title>
<updated>2013-08-12T12:33:49Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2013-08-12T12:33:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d788c35e19df9eade8eb0b880ca1dc47ae7928ad'/>
<id>urn:sha1:d788c35e19df9eade8eb0b880ca1dc47ae7928ad</id>
<content type='text'>
* configure.ac: Change LT version to C22/A11/R0.
</content>
</entry>
</feed>
