mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
SMB: fix number of small issues.
Changes: * change virtual to override where appropriate * analyzer triggered assert in debug mode because it did not call Done() on manually instantiated analyzers. * added a few length checks to methods * commented unused code and removed a few unused class members
This commit is contained in:
parent
0e49b9ef98
commit
be92821a69
14 changed files with 75 additions and 65 deletions
|
@ -10,7 +10,10 @@ refine connection GSSAPI_Conn += {
|
|||
|
||||
%cleanup{
|
||||
if ( ntlm )
|
||||
{
|
||||
ntlm->Done();
|
||||
delete ntlm;
|
||||
}
|
||||
%}
|
||||
|
||||
function forward_ntlm(data: bytestring, is_orig: bool): bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue