summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh_api.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2020-07-01 13:26:54 +0000
committermillert <millert@openbsd.org>2020-07-01 13:26:54 +0000
commitad6e151f0b61b434a654c50125b1f8edd8f4a765 (patch)
tree180c1d31dacc845a23a1986b1058d3a4b1109702 /usr.bin/ssh/ssh_api.c
parentRemove control socket reference (diff)
downloadwireguard-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