]> git.ipfire.org Git - people/ms/suricata.git/commit
dcerpc: fix memory leak when called from smb
authorJason Ish <ish@unx.ca>
Tue, 1 Mar 2016 20:36:17 +0000 (14:36 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Mar 2016 08:52:53 +0000 (09:52 +0100)
commit1efcaf217904b3b2238684a6437d2afb0dec08bf
treedb9ec2925a1a34ee6bc43dff2e59d8624370522b
parent27f6620874b418d7cd5ba43b9852ce0b023435b9
dcerpc: fix memory leak when called from smb

When DCERPC was wrapped in SMB it wasn't being initialized or
cleaned up properly. To fix, expose DCERPC initialization and
cleanup functions for use by the SMB application layer.

Redmine ticket:
https://redmine.openinfosecfoundation.org/issues/1708
src/app-layer-dcerpc.c
src/app-layer-dcerpc.h
src/app-layer-smb.c