[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.1-246-g38e6901

OISF Git noreply at openinfosecfoundation.org
Tue Jan 16 08:57:00 UTC 2018


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  38e6901c34119f49903fa92130afe292aa948f13 (commit)
       via  62ac13523ac818fc70f862b11fadfe6813608cb1 (commit)
       via  4b6555588f60ba2c6819a859e53b3b2263749592 (commit)
       via  aae50f8a7e7103be8ea9618edd470e797e4333d6 (commit)
       via  e41acd3d05858b75c1a2b4b1698e2b7d99771570 (commit)
       via  56b1df1b4d4f2dfc5a80dd4099e373cf1fb5126f (commit)
       via  ba0899a77f3ec04fdef34ff9a8d71b97c6c0ad59 (commit)
       via  4bfa3aeaf9b66c6bf0d79a4d261302a425d53200 (commit)
       via  7266c12b4fefa68782e46437ac58206c5c5c40f2 (commit)
       via  ec62eedc87b13f3f5dbcd845c46b601daed3ca93 (commit)
       via  5c6868b327dda74b4f0bb7934923a4a93a2910c7 (commit)
      from  044e7b8e209713f0bf381940258852356cbbe60c (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 38e6901c34119f49903fa92130afe292aa948f13
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jan 15 18:16:47 2018 +0100

    threads: don't crash in slow shutdown
    
    If TmThreadDrainPacketThreads would take more than 60 seconds, the wait
    loop that follows it would reach 'timeout' condition immediately. This
    would lead to a null ptr deref of 'tv'.
    
    Fix by not counting the TmThreadDrainPacketThreads and also not doing
    the null ptr deref in any case.

commit 62ac13523ac818fc70f862b11fadfe6813608cb1
Author: Maurizio Abba <mabba at lastline.com>
Date:   Thu Jan 11 14:34:37 2018 +0000

    time: Force init cached_minute_start array
    
    In offline mode, if the starting timestamp is 0 suricata will never
    initialize cached_minute_start array. This cause the timestamp to be
    ignored when needed (e.g., in fast.log).
    
    This commit will force the initialization of this array.

commit 4b6555588f60ba2c6819a859e53b3b2263749592
Author: Pierre Chifflier <chifflier at wzdftpd.net>
Date:   Sat Jan 13 16:09:26 2018 +0100

    NTP: ensure parser name is not freed after registration

commit aae50f8a7e7103be8ea9618edd470e797e4333d6
Author: Danny Browning <danny.browning at protectwise.com>
Date:   Sat Jan 13 07:45:25 2018 -0700

    util-time: Add function to convert timespec to epoch millis

commit e41acd3d05858b75c1a2b4b1698e2b7d99771570
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jan 10 16:24:08 2018 +0100

    destate: test cleanups

commit 56b1df1b4d4f2dfc5a80dd4099e373cf1fb5126f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jan 10 12:59:52 2018 +0100

    http: clean up & improve unittests

commit ba0899a77f3ec04fdef34ff9a8d71b97c6c0ad59
Author: Eric Leblond <eric at regit.org>
Date:   Sat Jan 6 10:01:55 2018 +0100

    conf: add function to get child with default

commit 4bfa3aeaf9b66c6bf0d79a4d261302a425d53200
Author: Eric Leblond <eric at regit.org>
Date:   Fri Jan 5 22:32:34 2018 +0100

    af-packet: synchronize flags sizes
    
    They are passed from config to threads so they need to be of the
    same size.

commit 7266c12b4fefa68782e46437ac58206c5c5c40f2
Author: Maurizio Abba <mabba at lastline.com>
Date:   Thu Jan 11 15:21:06 2018 +0000

    print: Escape backslash in PrintRawUriFp
    
    PrintRawUriFp does not properly escape backslash. This causes confusion
    between a \ character and an hex-encoded character. PrintRawUriBuffer,
    instead, correctly does backslash-encoding.
    Adding proper escaping of backslash to PrintRawUriFp.

commit ec62eedc87b13f3f5dbcd845c46b601daed3ca93
Author: Pierre Chifflier <chifflier at wzdftpd.net>
Date:   Thu Jan 11 18:54:28 2018 +0100

    Rust: remove deprecated functions LoggerFlags::get_logged/set_logged

commit 5c6868b327dda74b4f0bb7934923a4a93a2910c7
Author: Pierre Chifflier <chifflier at wzdftpd.net>
Date:   Thu Jan 11 08:17:23 2018 +0100

    NTP: update logger to use new API

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

Summary of changes:
 rust/src/applayer.rs      |   8 -
 rust/src/ntp/ntp.rs       |  19 +-
 src/app-layer-htp.c       | 155 ++++--------
 src/conf.c                |  13 +
 src/conf.h                |   1 +
 src/detect-engine-state.c | 595 +++++++++-------------------------------------
 src/source-af-packet.c    |   2 +-
 src/source-af-packet.h    |   2 +-
 src/tm-threads.c          |   6 +-
 src/util-print.c          |   9 +-
 src/util-time.c           |  23 +-
 src/util-time.h           |   2 +-
 12 files changed, 216 insertions(+), 619 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list