[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2-6-g94bc7e5

OISF Git noreply at openinfosecfoundation.org
Fri Dec 2 17:41:25 UTC 2016


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  94bc7e5f5f4756e0a4495227ee6dde2c7bba85ef (commit)
       via  92885d6960135b5f5f0c6a0e18ee796031b7f752 (commit)
       via  abbc0f76eb4cd5005312f3b0f2eabd0f473c40a5 (commit)
       via  c5e550b10d4b61fb5be4b117679bd2cab00420e5 (commit)
       via  3f741e450bbcf96cf13f3f8697f51e4717fe1779 (commit)
       via  93680136452e0fb534ab57e9ab6eba0ccbe830a5 (commit)
      from  7db3172479cce5b76c76bf5725c6f46b6078ce77 (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 94bc7e5f5f4756e0a4495227ee6dde2c7bba85ef
Author: Jason Ish <ish at unx.ca>
Date:   Tue Nov 29 11:03:03 2016 -0600

    travis: use a build matrix and add additional builds
    
    The following builds were added:
    - linux, clang with -Wshadow
    - linux w/ profiling
    - linux w/ debug
    - linux w/ no-json support
    
    Removes the extra OS X build.
    
    Travis file was reworked signficantly for readabilty.

commit 92885d6960135b5f5f0c6a0e18ee796031b7f752
Author: Jason Ish <ish at unx.ca>
Date:   Tue Nov 29 10:45:02 2016 -0600

    profiling: fix shadow error
    
    Local variable store was shadowing variable in function
    definition.

commit abbc0f76eb4cd5005312f3b0f2eabd0f473c40a5
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Dec 2 10:10:20 2016 +0100

    unix-socket: clean up path handling
    
    Create/check socket path in a single place. Don't use dynamic
    memory allocation.

commit c5e550b10d4b61fb5be4b117679bd2cab00420e5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 1 15:19:35 2016 +0100

    unix-socket: create socket directory if possible
    
    Create the socket directory in the default case.
    
    Since we're doing stat+mkdir indicate to Coverity not to worry about
    the toctou case.

commit 3f741e450bbcf96cf13f3f8697f51e4717fe1779
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 1 15:06:57 2016 +0100

    unix-socket: be more specific about problems

commit 93680136452e0fb534ab57e9ab6eba0ccbe830a5
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Dec 1 14:54:04 2016 +0100

    unix-socket: don't error out on unix socket failure
    
    If --init-errors-fatal is specified do error out.
    
    Bug https://redmine.openinfosecfoundation.org/issues/1973

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

Summary of changes:
 .travis.yml          | 135 ++++++++++++++++++++++++++++++++++++++++++++-------
 src/unix-manager.c   |  66 ++++++++++++-------------
 src/util-profiling.c |   4 +-
 3 files changed, 150 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list