]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix Configure variable spill
authorAlexandros Roussos <thealexroussos@gmail.com>
Mon, 20 Dec 2021 18:14:57 +0000 (19:14 +0100)
committerPauli <pauli@openssl.org>
Thu, 23 Dec 2021 01:32:52 +0000 (12:32 +1100)
commit8a5dbc182d85eeb5778dcfd17cab945f7061c5ef
treec09f0c87479039c0c7698fbf080b088a4c4116e2
parentf2f7cff20377f7402b132a19d953a9d998be26aa
Fix Configure variable spill

* Evaluating code-refs in Configure can sometimes set the default
variable `$_`
* Prevent spillage influencing the target property by using named
variable in loop

CLA: trivial

Fixes gh-17321

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17322)

(cherry picked from commit a595e3286ae9f033c56452967b3add2145f9085f)
Configure