aboutsummaryrefslogtreecommitdiff
path: root/scripts/modules
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-09-16 13:47:11 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2024-10-22 11:44:23 +0100
commit829cb3d0eab08e4fea768926f06db1c411a2767f (patch)
treef2c7789728242c8d47e753a6af9260af77e6e8d9 /scripts/modules
parent2b69564798f3cd43ab9bdf70a96d2373cb544a9a (diff)
downloadqemu-829cb3d0eab08e4fea768926f06db1c411a2767f.zip
qemu-829cb3d0eab08e4fea768926f06db1c411a2767f.tar.gz
qemu-829cb3d0eab08e4fea768926f06db1c411a2767f.tar.bz2
ui: fix handling of NULL SASL server data
The code is supposed to distinguish between SASL server data that is NULL, vs non-NULL but zero-length. It was incorrectly checking the 'serveroutlen' variable, rather than 'serverout' though, so failing to distinguish the cases. Fortunately we can fix this without breaking compatibility with clients, as clients already know how to decode the input data correctly. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'scripts/modules')
0 files changed, 0 insertions, 0 deletions