<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox.git, branch 1_33_stable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/'/>
<entry>
<title>Bump version to 1.33.2</title>
<updated>2021-11-24T13:27:03+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-11-24T13:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=db726ae0c61ffec6b58e19749e0c63aaaf4f6989'/>
<id>db726ae0c61ffec6b58e19749e0c63aaaf4f6989</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hush: fix handling of "cmd &amp;&amp; &amp;"</title>
<updated>2021-11-23T04:31:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-15T16:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=bb612052900542046ce75e61a4e0b030c946984b'/>
<id>bb612052900542046ce75e61a4e0b030c946984b</id>
<content type='text'>
function                                             old     new   delta
done_pipe                                            213     231     +18

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 83a4967e50422867f340328d404994553e56b839)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function                                             old     new   delta
done_pipe                                            213     231     +18

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 83a4967e50422867f340328d404994553e56b839)
</pre>
</div>
</content>
</entry>
<entry>
<title>hush: fix handling of \^C and "^C"</title>
<updated>2021-11-23T04:31:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-15T14:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=56a335378ac100d51c30b21eee499a2effa37fba'/>
<id>56a335378ac100d51c30b21eee499a2effa37fba</id>
<content type='text'>
function                                             old     new   delta
parse_stream                                        2238    2252     +14
encode_string                                        243     256     +13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 27/0)               Total: 27 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 1b7a9b68d0e9aa19147d7fda16eb9a6b54156985)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function                                             old     new   delta
parse_stream                                        2238    2252     +14
encode_string                                        243     256     +13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 27/0)               Total: 27 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 1b7a9b68d0e9aa19147d7fda16eb9a6b54156985)
</pre>
</div>
</content>
</entry>
<entry>
<title>ash: parser: Fix VSLENGTH parsing with trailing garbage</title>
<updated>2021-11-23T04:31:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-25T00:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=5b939a6d290651bcd836083d2a3e6fa6ff7bc636'/>
<id>5b939a6d290651bcd836083d2a3e6fa6ff7bc636</id>
<content type='text'>
Let's adopt Herbert Xu's patch, not waiting for it to reach dash git:
hush already has a similar fix.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 53a7a9cd8c15d64fcc2278cf8981ba526dfbe0d2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's adopt Herbert Xu's patch, not waiting for it to reach dash git:
hush already has a similar fix.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 53a7a9cd8c15d64fcc2278cf8981ba526dfbe0d2)
</pre>
</div>
</content>
</entry>
<entry>
<title>unlzma: fix a case where we could read before beginning of buffer</title>
<updated>2021-11-23T04:31:30+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-06-15T13:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=d326be2850ea2bd78fe2c22d6c45c3b861d82937'/>
<id>d326be2850ea2bd78fe2c22d6c45c3b861d82937</id>
<content type='text'>
Testcase:

  21 01 01 00 00 00 00 00 e7 01 01 01 ef 00 df b6
  00 17 02 10 11 0f ff 00 16 00 00

Unfortunately, the bug is not reliably causing a segfault,
the behavior depends on what's in memory before the buffer.

function                                             old     new   delta
unpack_lzma_stream                                  2762    2768      +6

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 04f052c56ded5ab6a904e3a264a73dc0412b2e78)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testcase:

  21 01 01 00 00 00 00 00 e7 01 01 01 ef 00 df b6
  00 17 02 10 11 0f ff 00 16 00 00

Unfortunately, the bug is not reliably causing a segfault,
the behavior depends on what's in memory before the buffer.

function                                             old     new   delta
unpack_lzma_stream                                  2762    2768      +6

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
(cherry picked from commit 04f052c56ded5ab6a904e3a264a73dc0412b2e78)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.33.1</title>
<updated>2021-05-03T18:07:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-05-03T18:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=bcc5b0e6caca6c7602a6a41faa5f980292e0fbc5'/>
<id>bcc5b0e6caca6c7602a6a41faa5f980292e0fbc5</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ash: fix ${unset_var/pattern/repl}</title>
<updated>2021-05-03T18:06:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-01-09T07:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=611bbfc148477aec863454dd85e6f1bfe5770332'/>
<id>611bbfc148477aec863454dd85e6f1bfe5770332</id>
<content type='text'>
function                                             old     new   delta
subevalvar                                          1349    1353      +4

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function                                             old     new   delta
subevalvar                                          1349    1353      +4

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>decompress_gunzip: Fix DoS if gzip is corrupt</title>
<updated>2021-05-03T12:50:09+00:00</updated>
<author>
<name>Samuel Sapalski</name>
<email>samuel.sapalski@nokia.com</email>
</author>
<published>2021-03-03T15:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=23dd1c75b7457f08f1c55a95f3c2fb6faf742562'/>
<id>23dd1c75b7457f08f1c55a95f3c2fb6faf742562</id>
<content type='text'>
On certain corrupt gzip files, huft_build will set the error bit on
the result pointer. If afterwards abort_unzip is called huft_free
might run into a segmentation fault or an invalid pointer to
free(p).

In order to mitigate this, we check in huft_free if the error bit
is set and clear it before the linked list is freed.

Signed-off-by: Samuel Sapalski &lt;samuel.sapalski@nokia.com&gt;
Signed-off-by: Peter Kaestle &lt;peter.kaestle@nokia.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On certain corrupt gzip files, huft_build will set the error bit on
the result pointer. If afterwards abort_unzip is called huft_free
might run into a segmentation fault or an invalid pointer to
free(p).

In order to mitigate this, we check in huft_free if the error bit
is set and clear it before the linked list is freed.

Signed-off-by: Samuel Sapalski &lt;samuel.sapalski@nokia.com&gt;
Signed-off-by: Peter Kaestle &lt;peter.kaestle@nokia.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>traceroute: fix option parsing</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-02T12:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=89358a7131d3e75c74af834bb117b4fad7914983'/>
<id>89358a7131d3e75c74af834bb117b4fad7914983</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update_passwd: fix context variable</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2021-01-10T12:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/busybox.git/commit/?id=39b71881b8173225c8ef85a308523d98cb590eac'/>
<id>39b71881b8173225c8ef85a308523d98cb590eac</id>
<content type='text'>
Commit
https://git.busybox.net/busybox/commit/libbb/update_passwd.c?id=2496616b0a8d1c80cd1416b73a4847b59b9f969a

changed the variable used from context to seuser but forgot this
change resulting in build errors detected by buildroot autobuilders:

http://autobuild.buildroot.net/results/b89/b89b7d0f0601bb706e76cea31cf4e43326e5540c//build-end.log

libbb/update_passwd.c:51:11: error: 'context' undeclared (first use in
 this function); did you mean 'ucontext'?
   freecon(context);

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit
https://git.busybox.net/busybox/commit/libbb/update_passwd.c?id=2496616b0a8d1c80cd1416b73a4847b59b9f969a

changed the variable used from context to seuser but forgot this
change resulting in build errors detected by buildroot autobuilders:

http://autobuild.buildroot.net/results/b89/b89b7d0f0601bb706e76cea31cf4e43326e5540c//build-end.log

libbb/update_passwd.c:51:11: error: 'context' undeclared (first use in
 this function); did you mean 'ucontext'?
   freecon(context);

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
