[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta2-92-gbcfd614

OISF Git noreply at openinfosecfoundation.org
Thu Jan 15 10:51:24 UTC 2015


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  bcfd61416ff789520cfa793d7f69c80a52bd0964 (commit)
       via  43a1007788b453fdaffcd8e7ca74d47e0e510863 (commit)
       via  0d910bed1d54e44e4a6aed8fcbeecf03b947d7a5 (commit)
       via  17dfd59bc31a21e103e2f1216443cd1418398aa9 (commit)
      from  c51ce4d2c0265c5e2311c9cfd025b4613f82671e (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 bcfd61416ff789520cfa793d7f69c80a52bd0964
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Dec 12 18:20:24 2014 +0100

    Fix a fix: defrag OOM condition
    
    ** CID 1257764:  Dereference after null check  (FORWARD_NULL)
    /src/defrag.c: 291 in Defrag4Reassemble()
    
    ** CID 1257763:  Dereference after null check  (FORWARD_NULL)
    /src/defrag.c: 409 in Defrag6Reassemble()
    
    In the error case 'rp' can be both NULL or non-NULL.

commit 43a1007788b453fdaffcd8e7ca74d47e0e510863
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 17 10:30:34 2014 +0100

    detect: add test for memcmp issue

commit 0d910bed1d54e44e4a6aed8fcbeecf03b947d7a5
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 16 19:41:32 2014 +0100

    Add test for memcmp issue.

commit 17dfd59bc31a21e103e2f1216443cd1418398aa9
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Dec 16 19:12:20 2014 +0100

    memcmp: compare the first byte as well
    
    MemcmpLowercase would not compare the first byte of both input buffers
    leading to two non-identical buffers to be considered the same.
    
    Affects SSE_4_1 and SSE_4_2 implementations of SCMemcmpLowercase, as well
    as the non-SIMD implementation. SSE_3 and Tile version are not affected.

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

Summary of changes:
 src/defrag.c      |    6 ++++--
 src/detect.c      |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/util-memcmp.c |   41 ++++++++++++++++++++++++++++++++++++
 src/util-memcmp.h |    4 ++--
 4 files changed, 107 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list