mirror of
https://github.com/fortra/impacket
synced 2026-06-08 14:15:13 +00:00
0be6514bdf
* Fix #2099: handle truncated SMB responses (SessionError + debug log) - structure: asciiz without NUL raises clear ValueError with field name - smb: catch ValueError at session/negotiate parse sites; log at debug, raise SessionError - smbconnection: docstring notes invalid/truncated server response - ci: fix flake8 F824 (goldenPac, ldapattack) - tests: regression for asciiz NUL and session setup parsing; align with TESTING.md - docs: ChangeLog * Fix #2099 struct.error mapping.