[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-491-g1998831

OISF Git noreply at openinfosecfoundation.org
Thu Mar 8 20:16:33 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  19988310d1dfe941be7fd9231a64c98aba7391d2 (commit)
       via  fec5997d1d6228401b2941cf87eddf694637aaa5 (commit)
      from  748fda196667416b2f6caf2289df910618c262ca (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 19988310d1dfe941be7fd9231a64c98aba7391d2
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Mar 8 08:35:16 2018 +0100

    detect: fix tx iterator logic in detect
    
    The 'tx_id' variable was used to be passed into the IterFunc as a
    minumum tx to return. The IterFunc could then return either the tx
    for that id, or a later one if that turned out to be the first available
    tx.
    
    The tx_id however, was still used for some things as if it was the
    current tx id. Most importantly for setting the tx id for alert
    ammending. So this could lead to alerts with missing or wrong
    applayer records.

commit fec5997d1d6228401b2941cf87eddf694637aaa5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Mar 8 08:48:39 2018 +0100

    mingw: fix compile error

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

Summary of changes:
 src/detect.c   | 45 ++++++++++++++++++++++++---------------------
 src/suricata.c |  2 ++
 2 files changed, 26 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list