<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/cli/stasis_indexer, branch sprintf-to-snprintf</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Fix cmd buffer size to copy</title>
<updated>2026-04-16T17:04:33+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-16T17:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d17103f326bbf026f55a326629e41e69c21a78ad'/>
<id>d17103f326bbf026f55a326629e41e69c21a78ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert more strcat and strcpy to strn variants</title>
<updated>2026-04-16T15:52:11+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-16T15:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=dc6b871b419159097c272fe21cdef6acece40a99'/>
<id>dc6b871b419159097c272fe21cdef6acece40a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace sprintf with snprintf</title>
<updated>2026-04-15T14:10:15+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-15T14:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=87779a8c85eec0b71703ed3090a3949761396a15'/>
<id>87779a8c85eec0b71703ed3090a3949761396a15</id>
<content type='text'>
* A few strcpy and strcat changes as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A few strcpy and strcat changes as well
</pre>
</div>
</content>
</entry>
<entry>
<title>The release list should use the full count of releases, not nelem_real</title>
<updated>2025-11-10T18:48:43+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-10T18:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b999413700231b5d922c91addef7c080fd289b30'/>
<id>b999413700231b5d922c91addef7c080fd289b30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix buffer overflow while building command string</title>
<updated>2025-11-06T13:29:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-06T00:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=31997b9109db58180f8b85743a0aec9d80c7305e'/>
<id>31997b9109db58180f8b85743a0aec9d80c7305e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize character arrays to zero</title>
<updated>2025-11-04T19:59:12+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T19:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=c1b199d084058082a9b00d4cef9d274394bfc4cc'/>
<id>c1b199d084058082a9b00d4cef9d274394bfc4cc</id>
<content type='text'>
* Remove memset calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove memset calls
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect formatter in SYSERROR call</title>
<updated>2025-11-04T17:45:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T17:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=ec30db7a195ee510715cba822ab4bd3e748064d6'/>
<id>ec30db7a195ee510715cba822ab4bd3e748064d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert context manipulation from stack+heap to just heap</title>
<updated>2025-11-04T17:12:56+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T17:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=6de3db226d65604f37a4fbed5232546f42c191b9'/>
<id>6de3db226d65604f37a4fbed5232546f42c191b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possible overflow in command string</title>
<updated>2025-11-04T17:12:07+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T17:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2bf6db7e8b5c018c4f02910643728f4c445295b6'/>
<id>2bf6db7e8b5c018c4f02910643728f4c445295b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get_latest_deliveries() now optionally returns the count of elements in the returned array of Delivery structs</title>
<updated>2025-11-04T15:59:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-11-04T15:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5c1fd40923f8749b0c0327616fcf2fc87cd0ef89'/>
<id>5c1fd40923f8749b0c0327616fcf2fc87cd0ef89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
