[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.4-20-gba13b2d

OISF Git noreply at openinfosecfoundation.org
Fri Oct 31 10:16:36 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-2.0.x has been updated
       via  ba13b2d5d1c277bd61521fa88abe701d82622161 (commit)
       via  a8c30df638f362420be08109e2c40e96ec2bac13 (commit)
       via  64d6ee53f8025a2f3f101009a5c94dd5f0eab60c (commit)
      from  8b03feb0c5efedce04604355d83a84c4d2bca8ff (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 ba13b2d5d1c277bd61521fa88abe701d82622161
Author: Ken Steele <ken at tilera.com>
Date:   Wed Oct 29 15:43:42 2014 -0400

    Make suricata_ctl_flags be volatile
    
    The global variable suricata_ctl_flags needs to volatile, otherwise the
    compiler might not cause the variable to be read every time because it
    doesn't know other threads might write the variable.
    
    This was causing Suricata to not exit under some conditions.

commit a8c30df638f362420be08109e2c40e96ec2bac13
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Oct 30 11:07:38 2014 +0100

    stream/async: improve handling of syn/ack pickup
    
    If we picked up the ssn with a syn/ack, we don't need to make more
    assumptions about sack and wscale after that.

commit 64d6ee53f8025a2f3f101009a5c94dd5f0eab60c
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Oct 30 10:16:40 2014 +0100

    stream/async: fix session setup issues
    
    For these 2 cases:
    
    1. Missing SYN:
    -> syn <= missing
    <- syn/ack
    -> ack
    -> data
    
    2. Missing SYN and 3whs ACK:
    -> syn <= missing
    <- syn/ack
    -> ack <= missing
    -> data
    
    Fix session pickup. The next_win settings weren't correctly set, so that
    packets were rejected.
    
    Bug 1190.

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

Summary of changes:
 src/source-af-packet.c |    1 -
 src/source-erf-dag.c   |    1 -
 src/source-mpipe.c     |    2 --
 src/source-napatech.c  |    1 -
 src/source-pcap-file.c |    1 -
 src/source-pcap.c      |    2 --
 src/source-pfring.c    |    1 -
 src/stream-tcp.c       |   17 +++++++++++------
 src/suricata.c         |    2 +-
 src/suricata.h         |    4 ++--
 10 files changed, 14 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list