[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-488-g2913a4a

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Dec 12 15:49:39 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  2913a4a86084441a2e9504bcd32a373f15aa65a9 (commit)
       via  b605ee6fb24458b2001cb4d4a392b2b3f43e90aa (commit)
       via  2f094ca136be61af458c43d7e46ffaac19f30ef3 (commit)
       via  1252ee3f0423390d2feaf2abaf0134bc9ba2179d (commit)
       via  9d092f35e2fe1206e027edb3211228a39960d04d (commit)
       via  6ac30ae468850ff369c3734b42ca14dae64f087a (commit)
       via  66c6c069166bee3b008ebd8da8e328a242096745 (commit)
       via  7ea13f0f53796401b1ad9d9d7921c3bb68c6bfd5 (commit)
       via  6709fdd8cf4c01146f9cf83c64a1f7efa363fd90 (commit)
       via  31a94cd4cb9c909b856db3a4c9fb041e37cc0fb5 (commit)
      from  12ab6f3ab46d08bd5fd190ff562a0bb200c8c16a (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 2913a4a86084441a2e9504bcd32a373f15aa65a9
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 13:26:55 2013 +0100

    debug: fix realloc error checking on flowbit print
    
    detect.c:1074:17: warning: Potential leak of memory pointed to by \
                                    field 'debuglog_flowbits_names'
                    return;
    
    Bug #1062.

commit b605ee6fb24458b2001cb4d4a392b2b3f43e90aa
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 11:00:41 2013 +0100

    DER decoding: fix potential memory leak
    
    This would only happen in memory failure conditions.
    
    util-decode-der.c:634:27: warning: Potential leak of memory pointed to by 'child'
        return (Asn1Generic *)node;

commit 2f094ca136be61af458c43d7e46ffaac19f30ef3
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:35:41 2013 +0100

    detect-ssl: suppress harmless scan-build warning
    
    detect-ssl-version.c:271:17: warning: Value stored to 'neg' is never read
                    neg = 0;

commit 1252ee3f0423390d2feaf2abaf0134bc9ba2179d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:33:15 2013 +0100

    stream: suppress minor scan-build warnings
    
    stream-tcp-reassemble.c:2569:17: warning: Value stored to 'seg' is never read
                    seg = seg->next;
                    ^     ~~~~~~~~~
    stream-tcp-reassemble.c:2587:17: warning: Value stored to 'seg' is never read
                    seg = seg->next;

commit 9d092f35e2fe1206e027edb3211228a39960d04d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:31:27 2013 +0100

    dns: suppress minor scan-build warnings
    
    These were only used if debug is enabled.
    
    app-layer-dns-tcp.c:407:13: warning: Value stored to 'length' is never read
                length = *data;
    app-layer-dns-udp.c:236:13: warning: Value stored to 'length' is never read
                length = *data;

commit 6ac30ae468850ff369c3734b42ca14dae64f087a
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:29:19 2013 +0100

    dns: suppress harmless cppcheck warning
    
    [src/app-layer-dns-common.c:273]: (warning) Assignment of function \
                            parameter has no effect outside the function.

commit 66c6c069166bee3b008ebd8da8e328a242096745
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:13:02 2013 +0100

    http: clear header pointer on realloc failure
    
    Fixes:
    
    detect-engine-hhd.c:188:5: warning: Use of memory after it is freed
        return headers_buffer;

commit 7ea13f0f53796401b1ad9d9d7921c3bb68c6bfd5
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 10:11:13 2013 +0100

    dns: fix passing NULL to memcpy
    
    app-layer-dns-common.c:401:5: warning: Null pointer passed as \
                                  an argument to a 'nonnull' parameter
        memcpy(ptr, fqdn, fqdn_len);

commit 6709fdd8cf4c01146f9cf83c64a1f7efa363fd90
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 09:44:42 2013 +0100

    log-http: fix compiler warning
    
    log-httplog.c:180: warning: 'cvalue' may be used uninitialized in \
    this function

commit 31a94cd4cb9c909b856db3a4c9fb041e37cc0fb5
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 11 09:35:41 2013 +0100

    defrag: pass u64 to ParseU64
    
    Fixes: defrag-config.c:97: warning: passing argument 2 \
           of 'ParseSizeStringU64' from incompatible pointer type

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

Summary of changes:
 src/app-layer-dns-common.c  |   11 +++++++----
 src/app-layer-dns-tcp.c     |    3 +--
 src/app-layer-dns-udp.c     |    3 +--
 src/defrag-config.c         |   22 +++++++++++-----------
 src/detect-engine-hhd.c     |    4 +++-
 src/detect-ssl-version.c    |    1 -
 src/detect.c                |    8 ++++++--
 src/log-httplog.c           |    4 ++--
 src/stream-tcp-reassemble.c |    2 --
 src/util-decode-der.c       |   22 ++++++++++++++++------
 10 files changed, 47 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list