<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/replace/snprintf.c, branch talloc-2.4.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>lib/replace: fix memory leak in snprintf replacements</title>
<updated>2022-11-09T11:18:02+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2022-10-31T12:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=76adda9d2fea9f93f4cf97536db5c0be6deeb98c'/>
<id>76adda9d2fea9f93f4cf97536db5c0be6deeb98c</id>
<content type='text'>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15230

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Nov  9 11:18:02 UTC 2022 on sn-devel-184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15230

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Wed Nov  9 11:18:02 UTC 2022 on sn-devel-184
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: replace: snprintf: Whitespace clean up</title>
<updated>2019-01-10T05:15:21+00:00</updated>
<author>
<name>Ladislav Michl via samba-technical</name>
<email>samba-technical@lists.samba.org</email>
</author>
<published>2018-12-07T08:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a5b65c88d3b7bf713bd4837e77b0cecc9c2fe11'/>
<id>7a5b65c88d3b7bf713bd4837e77b0cecc9c2fe11</id>
<content type='text'>
Remove spaces before tab, spaces at the end of line and white
chars on blank line.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Reviewed-by: Björn Jacke &lt;bjacke@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove spaces before tab, spaces at the end of line and white
chars on blank line.

Signed-off-by: Ladislav Michl &lt;ladis@linux-mips.org&gt;
Reviewed-by: Björn Jacke &lt;bjacke@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct "formated" typos.</title>
<updated>2017-02-22T07:26:22+00:00</updated>
<author>
<name>Chris Lamb</name>
<email>chris@chris-lamb.co.uk</email>
</author>
<published>2017-02-17T19:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9f03cf91235641d017e31abc3856df994e6d1cf2'/>
<id>9f03cf91235641d017e31abc3856df994e6d1cf2</id>
<content type='text'>
Signed-off-by: Chris Lamb &lt;chris@chris-lamb.co.uk&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Chris Lamb &lt;chris@chris-lamb.co.uk&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: replace: snprintf - Fix length calculation for hex/octal 64-bit values.</title>
<updated>2016-06-03T01:48:58+00:00</updated>
<author>
<name>Lorinczy Zsigmond</name>
<email>lzsiga@freemail.c3.hu</email>
</author>
<published>2016-06-02T21:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8814b2556583e1f8965e8bf5a93438d46e8d43e6'/>
<id>8814b2556583e1f8965e8bf5a93438d46e8d43e6</id>
<content type='text'>
Prevents truncation due to buffer size being too small.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11947

Signed-off-by: Lorinczy Zsigmond &lt;lzsiga@freemail.c3.hu&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Fri Jun  3 03:48:58 CEST 2016 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents truncation due to buffer size being too small.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11947

Signed-off-by: Lorinczy Zsigmond &lt;lzsiga@freemail.c3.hu&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User(master): Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date(master): Fri Jun  3 03:48:58 CEST 2016 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>snprintf: Try to support %j</title>
<updated>2015-02-12T22:34:33+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2015-02-11T16:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5f08d8b1728cc4559e61e0c928577724e0e2f9d2'/>
<id>5f08d8b1728cc4559e61e0c928577724e0e2f9d2</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Feb 12 23:34:33 CET 2015 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Thu Feb 12 23:34:33 CET 2015 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/replace: replace all *printf function if we replace snprintf (bug #9390)</title>
<updated>2012-11-14T18:41:14+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-11-13T13:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a15da3625850d97b3da1b02308c870f820007c52'/>
<id>a15da3625850d97b3da1b02308c870f820007c52</id>
<content type='text'>
This fixes segfaults in log level = 10 on Solaris.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-by: Björn Jacke &lt;bj@sernet.de&gt;

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Wed Nov 14 19:41:14 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes segfaults in log level = 10 on Solaris.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Signed-off-by: Björn Jacke &lt;bj@sernet.de&gt;

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Wed Nov 14 19:41:14 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libreplace: Fix symbol names for snprintf/asprintf/vasprintf.</title>
<updated>2012-05-13T03:16:28+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-05-13T01:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf67da70c9a63c4dc63f287059321d6c36d1e19e'/>
<id>cf67da70c9a63c4dc63f287059321d6c36d1e19e</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sun May 13 05:16:28 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sun May 13 05:16:28 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Output %p as unsigned in snprintf replacement.</title>
<updated>2009-12-19T18:43:52+00:00</updated>
<author>
<name>Peter Rosin</name>
<email>peda@lysator.liu.se</email>
</author>
<published>2009-12-19T18:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=590f7c262df9517f64c6faf35e6b7ed7664a0002'/>
<id>590f7c262df9517f64c6faf35e6b7ed7664a0002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move common libraries from root to lib/.</title>
<updated>2008-09-17T12:11:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-17T12:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94855cd69248f0f90b6c828588afa012adc8bd45'/>
<id>94855cd69248f0f90b6c828588afa012adc8bd45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
