mirror of
https://github.com/samba-team/samba.git
synced 2025-04-14 10:50:24 +03:00
This field is supposed to be aligned to eight bytes, but the ‘dlong’ type is aligned to only four bytes. This discrepancy resulted in claims being encoded and decoded incorrectly. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15452 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit aa1815519ce1412cdf25927b54b5178113cdd2a7)