Skip to content

Commit 4e9d674

Browse files
EbrixEbrix
authored andcommitted
Add test for issue #4831
1 parent 261adce commit 4e9d674

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/scapy/layers/smb2.uts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,5 @@ assert sd.DACLOffset == 44
575575
assert sd.OwnerSid.summary() == "S-1-1-0"
576576
assert sd.GroupSid.summary() == "S-1-1-0"
577577
assert sd.DACL.toSDDL() == ['(A;;;;;S-1-1-0)']
578+
579+
assert sd.DACL.AclSize == len(sd.DACL)

0 commit comments

Comments
 (0)