[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-106-g6d34834

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Sep 9 15:27:07 UTC 2013


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  6d348346230dedd9ee140c490068bf999e3a7db3 (commit)
      from  8a96296b4ae8591bdf8c835de2afd34aeb5c8755 (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 6d348346230dedd9ee140c490068bf999e3a7db3
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 9 17:19:03 2013 +0200

    Runmode fixes and cleanups
    
    Bug #939: thread name buffers are sized inconsistently
    These buffers are now all fixed at 16 bytes.
    
    Bug #914: Having a high number of pickup queues (216+) makes suricata crash
    Fixed so that we can now have 256 pickup queues, which is the current built-in
    maximum. Improved the error reporting.
    
    Bug #928: Max number of threads
    Error reporting improved. Issue was the same as #914.

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

Summary of changes:
 src/runmode-erf-file.c  |   39 +++++++-------
 src/runmode-pcap-file.c |   97 +++++++++++++++++----------------
 src/runmode-tile.c      |    2 +-
 src/tm-queues.c         |    6 ++-
 src/tm-threads.c        |    2 +
 src/tm-threads.h        |    3 +
 src/tmqh-flow.c         |    2 +
 src/util-error.c        |    1 +
 src/util-error.h        |    1 +
 src/util-runmodes.c     |  138 ++++++++++++++++++++++++++++-------------------
 src/util-runmodes.h     |    3 +
 11 files changed, 169 insertions(+), 125 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list