[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta2-12-g1ad2a23

OISF Git noreply at openinfosecfoundation.org
Thu Nov 27 18:44:23 UTC 2014


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  1ad2a231fea2c75fc9396ab305a2319054425f83 (commit)
       via  16941468ceb4f7b33ce7a7873406c04106ce650a (commit)
       via  8dcd99209e4468c18960e983d24e61fe15373b1d (commit)
       via  e6f83a586c13e2dda6eb52dac00d60684bf46919 (commit)
       via  c547d391523b761c67ebd0524ab603e5d8e7bdcc (commit)
       via  fa72082491d9e0c3241c5b3f3001a30d5ab0c5a6 (commit)
       via  5cdb21ec34b20b72d457055470cae485201a002e (commit)
       via  18e2de320b2ddde0d18d0ec4c5501e249e1ea2ea (commit)
       via  ff41c1c452cdc88eed329c57f40f759cc25c4a96 (commit)
      from  55c50812407556c1276c3e6b6f7e98e869427214 (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 1ad2a231fea2c75fc9396ab305a2319054425f83
Author: Giuseppe Longo <giuseppelng at gmail.com>
Date:   Wed Nov 5 12:16:18 2014 +0100

    pfring: fixes memleaks
    
    This fixes some memory leaks
    Bug #1184

commit 16941468ceb4f7b33ce7a7873406c04106ce650a
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Nov 15 16:46:21 2014 +0100

    lua:  in streaming api, indicate open/close
    
    The SCStreamingBuffer call now also returns two booleans:
        data, data_open, data_close = SCStreamingBuffer()
    
    The first indicates this is the first data of this type for this
    TCP session or HTTP transaction.
    
    The second indicates this is the last data.
    
    Ticket #1317.

commit 8dcd99209e4468c18960e983d24e61fe15373b1d
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 10 15:07:34 2014 -0500

    Update copyright year in detect-flowbits files.

commit e6f83a586c13e2dda6eb52dac00d60684bf46919
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 10 15:01:36 2014 -0500

    DetectFlowintData - remove unused idx in TargetVar.
    
    The idx inside TargetVar inside DetectFlowintData is never used, so remove
    it.

commit c547d391523b761c67ebd0524ab603e5d8e7bdcc
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 10 14:48:29 2014 -0500

    Fix bug in DetectFlowintParse() - Assigning to both parts of a Union
    
    sfd->target.value was always being set, even if the targettype was
    not FLOWINT_TARGET_VAL. This would cause the tvar to be overwritten
    with garbage data.

commit fa72082491d9e0c3241c5b3f3001a30d5ab0c5a6
Author: Ken Steele <ken at tilera.com>
Date:   Mon Nov 10 14:46:11 2014 -0500

    Don't write target.tvar.idx in DetectFlowintParse
    
    Match functions should not be writing to the SigMatch context. So just use
    a local variable instead.

commit 5cdb21ec34b20b72d457055470cae485201a002e
Author: Ken Steele <ken at tilera.com>
Date:   Fri Nov 7 11:33:38 2014 -0500

    Remove an unused define COUNTER_DETECT_ALERTS
    
    The only place this exists in the code is when it is defined.

commit 18e2de320b2ddde0d18d0ec4c5501e249e1ea2ea
Author: Ken Steele <ken at tilera.com>
Date:   Fri Nov 7 10:50:23 2014 -0500

    Coding style cleanup in detect-modbus files.

commit ff41c1c452cdc88eed329c57f40f759cc25c4a96
Author: Ken Steele <ken at tilera.com>
Date:   Wed Nov 5 15:07:06 2014 -0500

    Correct size increase in SigGroupHeadStore()
    
    The code was increasing the size of the allocated memory by 16, but
    only increasing the stored size by 10. Now uses one variable for both
    places.

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

Summary of changes:
 src/detect-engine-siggroup.c |    5 +++--
 src/detect-flowint.c         |   12 ++++++------
 src/detect-flowint.h         |    3 +--
 src/detect-modbus.c          |    6 ++++--
 src/detect-modbus.h          |    2 +-
 src/detect.h                 |    4 +---
 src/source-pfring.c          |    3 +++
 src/util-lua-common.c        |    4 +++-
 8 files changed, 22 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list