[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta3-86-g2accda7

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Nov 29 10:12:16 UTC 2012


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  2accda78a10ed51dc9d645a08c316d0244f435eb (commit)
       via  1fd47cfb96f7aa5c1cf242d106d94ff15018dba0 (commit)
       via  b3d42859823ccc834dbf08fcd6f88e2470c9028f (commit)
       via  9c47ada7718cbb201ec02dd07dfe1aa10d5fb545 (commit)
       via  06751ecd756cf77f9eb91e7fd53b10058c4dad01 (commit)
      from  005f7a239945ce0666d9687467d1ff3ab1b6ba23 (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 2accda78a10ed51dc9d645a08c316d0244f435eb
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 28 18:02:09 2012 +0100

    unix runmode: fix error handling.
    
    If 'output-dir' argument was not given it was possible to reach a
    possibly problematic condition.

commit 1fd47cfb96f7aa5c1cf242d106d94ff15018dba0
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 28 17:58:18 2012 +0100

    Remove useless code.

commit b3d42859823ccc834dbf08fcd6f88e2470c9028f
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 28 17:52:43 2012 +0100

    fix logic error in sanity check

commit 9c47ada7718cbb201ec02dd07dfe1aa10d5fb545
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 28 13:22:22 2012 +0100

    Add removal safe TAILQ iterator.
    
    TAILQ_FOREACH macro was not safe for element removal as it was
    accessing the next element in case of a free. This patch is inspired
    by Linux list handling and provide a new macro TAILQ_FOREACH_SAFE.
    This macro is removal safe and only differs by a last argument being
    a temporaty pointer to an element.

commit 06751ecd756cf77f9eb91e7fd53b10058c4dad01
Author: Eric Leblond <eric at regit.org>
Date:   Wed Nov 28 10:34:35 2012 +0100

    prelude: don't build string objet for NULL string
    
    prelude_string_set_ref don't like when it is called with a NULL
    parameter. This patch adds check for NULL value. This is formally
    good as there is no use of a NULL description.

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

Summary of changes:
 src/alert-prelude.c       |   20 ++++++++++++--------
 src/app-layer-parser.c    |    4 +---
 src/queue.h               |    7 +++++++
 src/runmode-unix-socket.c |    4 ++++
 src/unix-manager.c        |    3 ++-
 5 files changed, 26 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list