]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the get_keyids() usage as it could return multiple key ids
authorOndřej Surý <ondrej@sury.org>
Thu, 7 Nov 2019 09:26:04 +0000 (10:26 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 7 Nov 2019 11:08:20 +0000 (12:08 +0100)
commit88bfce0993cfccc1e306a962c4902d756bcd1b08
tree1e29673116ee05ca2b9181cd5890f745af6b9f7a
parent91498f8b9b2c79174281be5b1b4e66f5272dd3f8
Fix the get_keyids() usage as it could return multiple key ids

The get_keyids() function can return multiple keyids, when the
return value was not quoted, only the first keyid would be checked
with check_key() function.  This MR fixes both the error that came
with quoting the "$id" with value "12345 54321", and the code now
checks all returned keyids.
bin/tests/system/kasp/tests.sh