<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_bash/patchlevel.h, branch lineage-16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/'/>
<entry>
<title>Bash-4.3 patch 48</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=f0d3692f67694f759b4fbb2c04c11b43a18f1b47'/>
<id>f0d3692f67694f759b4fbb2c04c11b43a18f1b47</id>
<content type='text'>
If a malicious user can inject a value of $SHELLOPTS containing `xtrace'
and a value for $PS4 that includes a command substitution into a shell
running as root, bash will expand the command substitution as part of
expanding $PS4 when it executes a traced command.

Change-Id: I89582f14a979f733b3504cc456ce671621825680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a malicious user can inject a value of $SHELLOPTS containing `xtrace'
and a value for $PS4 that includes a command substitution into a shell
running as root, bash will expand the command substitution as part of
expanding $PS4 when it executes a traced command.

Change-Id: I89582f14a979f733b3504cc456ce671621825680
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 47</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=4fbac7aaf4b39b55b4cb59f41663d0308fb43318'/>
<id>4fbac7aaf4b39b55b4cb59f41663d0308fb43318</id>
<content type='text'>
Bash performs word expansions on the prompt strings after the special
escape sequences are expanded.  If a malicious user can modify the system
hostname or change the name of the bash executable and coerce a user into
executing it, and the new name contains word expansions (including
command substitution), bash will expand them in prompt strings containing
the \h or \H and \s escape sequences, respectively.

Change-Id: I6edd2a0b537a63dab1cf2b6908429586d7c5b0f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bash performs word expansions on the prompt strings after the special
escape sequences are expanded.  If a malicious user can modify the system
hostname or change the name of the bash executable and coerce a user into
executing it, and the new name contains word expansions (including
command substitution), bash will expand them in prompt strings containing
the \h or \H and \s escape sequences, respectively.

Change-Id: I6edd2a0b537a63dab1cf2b6908429586d7c5b0f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 46</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=baeefa0500c8a9152a4125b5803d2d365fa86f94'/>
<id>baeefa0500c8a9152a4125b5803d2d365fa86f94</id>
<content type='text'>
An incorrect conversion from an indexed to associative array can result in a
core dump.

Change-Id: I454b7e0249a8ef12468bc9dc5b01f617e4d864f8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An incorrect conversion from an indexed to associative array can result in a
core dump.

Change-Id: I454b7e0249a8ef12468bc9dc5b01f617e4d864f8
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 45</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=749e68b1915ea8956a2e96558cfb9388361b4e8c'/>
<id>749e68b1915ea8956a2e96558cfb9388361b4e8c</id>
<content type='text'>
If a file open attempted as part of a redirection fails because it is interrupted
by a signal, the shell needs to process any pending traps to allow the redirection
to be canceled.

Change-Id: I857ec38969bd8781737d3fdb9e5e2ac8c6208bdb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a file open attempted as part of a redirection fails because it is interrupted
by a signal, the shell needs to process any pending traps to allow the redirection
to be canceled.

Change-Id: I857ec38969bd8781737d3fdb9e5e2ac8c6208bdb
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 44</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=ca32e829d35125b20a3f0048347daca5ece73f23'/>
<id>ca32e829d35125b20a3f0048347daca5ece73f23</id>
<content type='text'>
A typo prevents the `compat42' shopt option from working as intended.

Change-Id: Ifc34db5425d2222854ac4f49809998798fe909fd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A typo prevents the `compat42' shopt option from working as intended.

Change-Id: Ifc34db5425d2222854ac4f49809998798fe909fd
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 43</title>
<updated>2019-11-26T20:25:05+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2019-11-24T23:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=3cac93e72b9881b982826fa94928377ed9631d5f'/>
<id>3cac93e72b9881b982826fa94928377ed9631d5f</id>
<content type='text'>
When the lastpipe option is enabled, the last component can contain nested
pipelines and cause a segmentation fault under certain circumestances.

Change-Id: Idea7e968c7ade7cd1fd3e8f0054ec11d1051880d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the lastpipe option is enabled, the last component can contain nested
pipelines and cause a segmentation fault under certain circumestances.

Change-Id: Idea7e968c7ade7cd1fd3e8f0054ec11d1051880d
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 42</title>
<updated>2015-10-09T03:53:37+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2015-08-13T19:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=d6d5649dba0ac3deb827062dc1344c0561b41d0d'/>
<id>d6d5649dba0ac3deb827062dc1344c0561b41d0d</id>
<content type='text'>
Change-Id: I6f01effd47b78771c7747f4314bda10cbd3a5c99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6f01effd47b78771c7747f4314bda10cbd3a5c99
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 41</title>
<updated>2015-10-09T03:53:30+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2015-08-13T19:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=857afac0f64e6be71026c49215f16ba7ca5fef71'/>
<id>857afac0f64e6be71026c49215f16ba7ca5fef71</id>
<content type='text'>
Change-Id: Idb9857dac265c724460d61857c0643815d96eb9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idb9857dac265c724460d61857c0643815d96eb9d
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 40</title>
<updated>2015-10-09T03:53:22+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2015-08-13T19:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=4d010329a43b9b008495459831a8702bbed566a6'/>
<id>4d010329a43b9b008495459831a8702bbed566a6</id>
<content type='text'>
Change-Id: Ic31897802b23dbb727099d9e9ebc3ee2f9153251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic31897802b23dbb727099d9e9ebc3ee2f9153251
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash-4.3 patch 39</title>
<updated>2015-10-09T03:53:07+00:00</updated>
<author>
<name>Chet Ramey</name>
<email>chet.ramey@case.edu</email>
</author>
<published>2015-05-19T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=b0e4da702d458c724d410c0fe06e30ca3a5c6b44'/>
<id>b0e4da702d458c724d410c0fe06e30ca3a5c6b44</id>
<content type='text'>
Change-Id: If5eb957c4fda16d9b8c29b0b1f511f7a0a73c9ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If5eb957c4fda16d9b8c29b0b1f511f7a0a73c9ec
</pre>
</div>
</content>
</entry>
</feed>
