<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git/runtime, branch v4.4.2</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>RFC5424 formatted messages with only structured data and no MSG part were improperly handled.</title>
<updated>2009-10-01T14:54:34+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-10-01T14:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=cb9761627630dc8aeafbbfcfe091f87b66b5a92a'/>
<id>cb9761627630dc8aeafbbfcfe091f87b66b5a92a</id>
<content type='text'>
This was a regression of one of the last bugfixes, so no previously released
version contained this bug (thus it does not show up in the ChangeLog).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was a regression of one of the last bugfixes, so no previously released
version contained this bug (thus it does not show up in the ChangeLog).
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: invalid handling of zero-sized messages</title>
<updated>2009-09-29T12:22:11+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-09-29T12:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=536415cf3dba053b0d2294b7f1dc8e34328e795f'/>
<id>536415cf3dba053b0d2294b7f1dc8e34328e795f</id>
<content type='text'>
could lead to mis-addressing and potential memory corruption/segfault
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
could lead to mis-addressing and potential memory corruption/segfault
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: random data could be appended to message, possibly causing segfaults</title>
<updated>2009-09-24T07:48:38+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-09-24T07:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=37ba1df6e37b2d020001f390ccb2462ae04fc9c1'/>
<id>37ba1df6e37b2d020001f390ccb2462ae04fc9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: reverse lookup reduction logic in imudp do DNS queries too often</title>
<updated>2009-09-03T13:48:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-09-03T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1e9febaf28ffa1a6107cd0f5f2c0ac0ab2b16830'/>
<id>1e9febaf28ffa1a6107cd0f5f2c0ac0ab2b16830</id>
<content type='text'>
A comparison was done between the current and the former source address.
However, this was done on the full sockaddr_storage structure and not
on the host address only. This has now been changed for IPv4 and IPv6.
The end result of this bug could be a higher UDP message loss rate than
necessary (note that UDP message loss can not totally be avoided due
to the UDP spec)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A comparison was done between the current and the former source address.
However, this was done on the full sockaddr_storage structure and not
on the host address only. This has now been changed for IPv4 and IPv6.
The end result of this bug could be a higher UDP message loss rate than
necessary (note that UDP message loss can not totally be avoided due
to the UDP spec)
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: invalid double-quoted PRI, among others in outgoing messages</title>
<updated>2009-08-25T13:55:57+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-25T13:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=1164429974dcd71ef59dededd3fec54162d919dd'/>
<id>1164429974dcd71ef59dededd3fec54162d919dd</id>
<content type='text'>
This causes grief with all receivers.
Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This causes grief with all receivers.
Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4.3.2' (v4-beta) into v4-stable</title>
<updated>2009-08-21T08:19:56+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-08-21T08:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=bd7542b51593739893922e8ec8fb6d7195d06cbe'/>
<id>bd7542b51593739893922e8ec8fb6d7195d06cbe</id>
<content type='text'>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tests/Makefile.am
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	configure.ac
	doc/manual.html
	tests/Makefile.am
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into v4-stable</title>
<updated>2009-06-24T13:16:35+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-24T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=736a3631e63955175294311988090e22dac93a8e'/>
<id>736a3631e63955175294311988090e22dac93a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: invalid mutex release in msg.c</title>
<updated>2009-06-24T13:15:49+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-24T13:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=af2dfd1c514cd2b33494f77e8bd88f9c401085b4'/>
<id>af2dfd1c514cd2b33494f77e8bd88f9c401085b4</id>
<content type='text'>
Detected under threading debugger, seems not to have any impact on
actual deployments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected under threading debugger, seems not to have any impact on
actual deployments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'beta'</title>
<updated>2009-06-18T09:11:59+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6'/>
<id>a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v3-stable' into beta</title>
<updated>2009-06-18T09:11:07+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2009-06-18T09:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=17133f2cd18a2b5376d40a01b87c970b3a47c265'/>
<id>17133f2cd18a2b5376d40a01b87c970b3a47c265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
