[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-468-gffc847d

OISF Git noreply at openinfosecfoundation.org
Thu Feb 15 10:56:48 UTC 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  ffc847db01fbf81df8a647d7a794d99894e4939d (commit)
       via  9423f6149f5aa673e4313ec0281033c02cc09c63 (commit)
      from  7078b4e8e4c181de98615f99d719a40649944e53 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ffc847db01fbf81df8a647d7a794d99894e4939d
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Feb 13 13:42:39 2018 +0100

    file: fix files not getting pruned
    
    When the filedata logger is enabled (file extraction), but a file is not
    stored due to no rules matching to force this, the file would never be
    freed.
    
    This was caused by a check in the file pruning logic that only freed a
    file when the FILE_STORED flag was set. However files can also have the
    FILE_NOSTORE flag set which indicates that a file won't be stored.
    
    This patch makes sure that both conditions lead to file pruning.

commit 9423f6149f5aa673e4313ec0281033c02cc09c63
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 12 18:31:14 2018 +0100

    stream: inform app layer of depth reached

-----------------------------------------------------------------------

Summary of changes:
 src/stream-tcp-reassemble.c | 18 ++++++++++++++++++
 src/util-file.c             |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list