diff options
author | 2020-07-01 13:26:54 +0000 | |
---|---|---|
committer | 2020-07-01 13:26:54 +0000 | |
commit | ad6e151f0b61b434a654c50125b1f8edd8f4a765 (patch) | |
tree | 180c1d31dacc845a23a1986b1058d3a4b1109702 /usr.bin/ssh/ssh_api.c | |
parent | Remove control socket reference (diff) | |
download | wireguard-openbsd-ad6e151f0b61b434a654c50125b1f8edd8f4a765.tar.xz wireguard-openbsd-ad6e151f0b61b434a654c50125b1f8edd8f4a765.zip |
Fix concatenation regression introduced in version 20201024.
Concatenation evaluated both sides of the expression before doing
its work, which, since assign() evaluates to the cell being assigned
to, meant that expressions like "print (a = 1) (a = 2)" would print
"22" rather than "12". From Tim van der Molen
Diffstat (limited to 'usr.bin/ssh/ssh_api.c')
0 files changed, 0 insertions, 0 deletions