util:datablob: avoid non-transitive comparison in data_blob_cmp()
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 3 Apr 2024 22:07:06 +0000 (11:07 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 10 Apr 2024 22:56:33 +0000 (22:56 +0000)
commite1519c3667841ce27b15983eae378799ef9936f7
treebcc6e13ab3196e65169a24b4bfc17ae842955626
parent838c68470299045c5b1c9bdbd527edbeedebf2d6
util:datablob: avoid non-transitive comparison in data_blob_cmp()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15625

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/data_blob.c