[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0rc1-20-g3c9a135

OISF Git noreply at openinfosecfoundation.org
Wed Feb 26 07:09:33 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  3c9a135c0f2cab5df1942f0e52d206d4f7ed1e1f (commit)
       via  aa8918abd1298d209d164864baf8867b23a3c99d (commit)
       via  3fa958b9a78fb5c0564c798ac95de0c1f9eb4771 (commit)
       via  e82c6efacac73ff3ad5b8eb620a89322d8a4e0ca (commit)
       via  2b734b8d8a45728cf88f115ca904f0c4683305ff (commit)
       via  abdc0072aa7c19380030ac78bee19a83d57393c3 (commit)
       via  d8c486231c8679afd91dfd3ffb7d187c9bb0ed63 (commit)
      from  b4ab9a0a3cd3086f68b66ad7ca70d04e4335018b (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 3c9a135c0f2cab5df1942f0e52d206d4f7ed1e1f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 07:19:19 2014 +0100

    isdataat: fix coverity issue
    
    During keyword setup there was a path that in theory could lead to
    indexing an array with a negative int.
    
    Coverity 400608

commit aa8918abd1298d209d164864baf8867b23a3c99d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 07:14:46 2014 +0100

    fast-pattern: fix error check in keyword setup
    
    Check the right variable. Coverity 1038096

commit 3fa958b9a78fb5c0564c798ac95de0c1f9eb4771
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 06:28:30 2014 +0100

    byte_extract/test/jump: fix coverity issues
    
    During keyword setup there was a path that in theory could lead to
    indexing an array with a negative int.
    
    Coverity 992695, 400605, 400604

commit e82c6efacac73ff3ad5b8eb620a89322d8a4e0ca
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 06:49:45 2014 +0100

    Minor cleanups
    
    Remove useless checks: coverity 1038130, 1038131, 1038132
    Small other fixes: coverity 1164817

commit 2b734b8d8a45728cf88f115ca904f0c4683305ff
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 07:01:09 2014 +0100

    htp: fix pointer check logic
    
    Don't check pointer after it has already been used.
    
    Coverity 1047545

commit abdc0072aa7c19380030ac78bee19a83d57393c3
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 06:41:10 2014 +0100

    rule reload: fix unitialized memory access on error
    
    Coverity 709220

commit d8c486231c8679afd91dfd3ffb7d187c9bb0ed63
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 26 06:20:19 2014 +0100

    output-json: fix minor memory leak on error
    
    If the json file couldn't be opened, a minor memory leak would occur.
    
    Coverity 1166039

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

Summary of changes:
 src/app-layer-dcerpc-udp.c |    5 +----
 src/app-layer-dcerpc.c     |    5 +----
 src/app-layer-dns-common.c |    2 +-
 src/app-layer-htp.c        |   20 +++++++++++---------
 src/app-layer-smb.c        |    6 +-----
 src/detect-byte-extract.c  |    2 ++
 src/detect-bytejump.c      |    4 ++++
 src/detect-bytetest.c      |    4 ++++
 src/detect-engine.c        |    3 +++
 src/detect-fast-pattern.c  |    2 +-
 src/detect-isdataat.c      |    9 +++++++--
 src/output-json.c          |    1 +
 12 files changed, 37 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list